Jeffrey H. Johnson

Results 152 comments of Jeffrey H. Johnson

... and if I avoid Boost but keep `-m32` Circle crashes compiling: `Segmentation fault (core dumped)` Here's the backtrace: ```rexx #0 0x0000000000442537 in slab::allocator_t::alloc(unsigned long) () #1 0x00000000006d4e56 in ip::object_store_t::alloc_decl(sema::decl_object_t*,...

> Since the introduction of user-defined literals, the code that uses [format macro constants for fixed-width integer types](https://en.cppreference.com/w/c/types/integer) with no space after the preceding string literal became invalid: [std::printf](http://en.cppreference.com/w/cpp/io/c/fprintf)("%"[PRId64](http://en.cppreference.com/w/cpp/types/integer)"\n",[INT64_MIN](http://en.cppreference.com/w/cpp/types/integer)); has...

We are doing daily builds of libuv from master when we build our own software package on AIX, and haven't run into any trouble in our software (although we aren't...

AIX build is failing with the same error.

Must be a change within the last 60 days or so, I haven't yet bisected it. Reverting my application CI build processes to use the last released libuv (1.48.0) is...

Did a git bisect, the bad commit is the one 3 days ago: ``` commit bf61390769068de603e6deec8e16623efcbe761a (HEAD -> v1.x, origin/v1.x, origin/HEAD) Author: Juan José Arboleda Date: Wed May 8 04:30:30...

I'll remove NetBSD from this issue for now, I think that was a local configuration error, so I will open a separate issue if needed when I have more information....

I just tested on OS/400 (PASE for IBM i 7.5, GCC 10.5.0, powerpc-ibm-os400) - it was broken in the same way, so I've updated the title again. The patch above...

@richardlau Sorry, I'll take a look again later today. I made sure it compiled on both AIX and i, but I only ran the full tests under i (which passed),...

All versions of AIX < 7.2 are unsupported and EOL. PASE on i 7.2 (lowest IBM i supported) is based on AIX 7.1, so I believe that checking for just...