[Bug libstdc++/98384] [11 Regression] new test case 20_util/to_chars/long_double.cc in r11-6249 fails on powerpc64 BE

2021-03-04 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98384 --- Comment #23 from David Edelsohn --- The AIX failure is: printf_buffer= 1.442695040888963387004650940070860088 to_chars_buffer= 1.442695040888963387004650940070860087871551513

[Bug libstdc++/98384] [11 Regression] new test case 20_util/to_chars/long_double.cc in r11-6249 fails on powerpc64 BE

2021-03-08 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98384 --- Comment #26 from David Edelsohn --- By default, long double on AIX is the same as double (64 bits). One optionally can specify 128 bit long double and link with libc128.a to provide long double stdio. AIX float.h: #define DECIMAL_DIG

[Bug target/99492] New: double and double _Complex not aligned consistently on AIX

2021-03-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99492 Bug ID: 99492 Summary: double and double _Complex not aligned consistently on AIX Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/94177] TLS global-dynamic model clobbers function parameter on AIX

2021-03-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94177 David Edelsohn changed: What|Removed |Added Last reconfirmed||2021-03-09 Status|UNCONFIRM

[Bug target/99094] [AIX] Thread local uninitialized data allocated in .comm

2021-03-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99094 --- Comment #2 from David Edelsohn --- GCC should place uninitialized static variables into a separate "section anchor" pool.

[Bug target/99492] double and double _Complex not aligned consistently on AIX

2021-03-10 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99492 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/99557] New: [AIX] Alignment of double for struct and C++ classes

2021-03-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99557 Bug ID: 99557 Summary: [AIX] Alignment of double for struct and C++ classes Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: ABI Severity: normal Priori

[Bug target/99557] [AIX] Alignment of double for struct and C++ classes

2021-03-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99557 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/99094] [AIX] Thread local uninitialized data allocated in .comm

2021-03-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99094 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/99492] double and double _Complex not aligned consistently on AIX

2021-03-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99492 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/99653] New: [AIX] Bitfield placement

2021-03-18 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99653 Bug ID: 99653 Summary: [AIX] Bitfield placement Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: ABI Severity: normal Priority: P3 Component: t

[Bug target/99653] [AIX] Bitfield placement

2021-03-18 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99653 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/99718] [11 regression] ICE in new test case gcc.target/powerpc/pr98914.c for 32 bits

2021-03-25 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99718 --- Comment #8 from David Edelsohn --- Xionghu, please do not write "can't" when you mean "it's difficult" or "it hasn't been implemented" or "it's too inefficient" (such as moving the data through memory). Please be very precise in your explana

[Bug target/99718] [11 regression] ICE in new test case gcc.target/powerpc/pr98914.c for 32 bits

2021-03-25 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99718 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug target/85907] AIX: static libstdc++ and exceptions causes abort

2021-03-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85907 --- Comment #4 from David Edelsohn --- There still are problems because of the manner in which AIX statically links. Normally AIX does not create separate archives of object files for static linking; one statically links by statically linking ag

[Bug libstdc++/100164] New: [11 Regression] semaphore_impl not declaredon AIX

2021-04-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 Bug ID: 100164 Summary: [11 Regression] semaphore_impl not declaredon AIX Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3 Compo

[Bug libstdc++/100164] [11 Regression] semaphore_impl not declaredon AIX

2021-04-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug libstdc++/100164] [11 Regression] semaphore_impl not declared on AIX

2021-04-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 --- Comment #6 from David Edelsohn --- Created attachment 50644 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50644&action=edit pre-processed source for 17_intro/headers/c++2020/all_attributes.cc

[Bug libstdc++/100164] [11 Regression] semaphore_impl not declared on AIX

2021-04-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 --- Comment #8 from David Edelsohn --- I am not certain why you cannot log in to the compile farm system. I am testing the patch on one of the AIX systems inside IBM.

[Bug libstdc++/100164] [11 Regression] semaphore_impl not declared on AIX

2021-04-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 --- Comment #9 from David Edelsohn --- The previous semaphore_base.h implementation had a fallback that hid a bug in the macros: #if defined _GLIBCXX_HAVE_LINUX_FUTEX && !_GLIBCXX_REQUIRE_POSIX_SEMAPHORE // Use futex if available and didn't f

[Bug libstdc++/100164] [11/12 Regression] semaphore_impl not declared on AIX

2021-04-21 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 --- Comment #14 from David Edelsohn --- Thanks for the patch. This now removes the failure that semaphore_impl is not found. Because the platform semaphore code never was exercised due to the bug in the macro, there are more latent bugs. /tmp/

[Bug bootstrap/100186] New: lto-wrapper.c assumes std::thread

2021-04-21 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100186 Bug ID: 100186 Summary: lto-wrapper.c assumes std::thread Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug bootstrap/100186] lto-wrapper.c assumes std::thread

2021-04-21 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100186 David Edelsohn changed: What|Removed |Added Target Milestone|--- |12.0 Last reconfirmed|

[Bug libstdc++/100164] [11/12 Regression] semaphore_impl not declared on AIX

2021-04-21 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164 --- Comment #18 from David Edelsohn --- Because the _M_try_acquire patch was not yet committed to trunk when I tested and bootstrap on trunk now is broken due to other, unrelated patches.

[Bug bootstrap/100186] lto-wrapper.c assumes std::thread

2021-04-21 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100186 --- Comment #2 from David Edelsohn --- Created attachment 50650 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50650&action=edit pre-processed source for lto-wrapper.c

[Bug bootstrap/100186] lto-wrapper.c assumes std::thread

2021-04-21 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100186 --- Comment #5 from David Edelsohn --- For example, in GCC 6: #if defined(_GLIBCXX_HAS_GTHREADS) && defined(_GLIBCXX_USE_C99_STDINT_TR1) namespace std _GLIBCXX_VISIBILITY(default) { _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @defgroup thread

[Bug testsuite/97522] [11 regression] test cases fail on powerpc64 BE after r11-4077

2020-10-22 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97522 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/97522] [11 regression] test cases fail on powerpc64 BE after r11-4077

2020-10-22 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97522 --- Comment #2 from David Edelsohn --- fixed

[Bug target/98139] varasm.c fails to compile on AIX 7.2: -Werror=unused-variable

2020-12-04 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98139 --- Comment #2 from David Edelsohn --- I bootstrap GCC on AIX with, and the instructions in the CompileFarm wiki recommend, --disable-werror. If that currently is the only problem, we're lucky. I don't know that this hack is better. Shrug.

[Bug target/98139] varasm.c fails to compile on AIX 7.2: -Werror=unused-variable

2020-12-04 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98139 --- Comment #5 from David Edelsohn --- It has nothing to do with the proper way to install GCC on AIX. It was not the only -Werror failure on AIX. That is why I said, if that's the only problem, we're lucky. The -Werror failures change. The p

[Bug target/98139] varasm.c fails to compile on AIX 7.2: -Werror=unused-variable

2020-12-05 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98139 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/98225] gcc.misc-tests/outputs.exp ltrans_args tests FAIL

2021-01-07 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98225 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org Stat

[Bug testsuite/98225] gcc.misc-tests/outputs.exp ltrans_args tests FAIL

2021-01-07 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98225 --- Comment #18 from David Edelsohn --- PASS: outputs exe savetmp namedb: outputs-outputs-0.i PASS: outputs exe savetmp namedb: outputs-outputs-0.s PASS: outputs exe savetmp namedb: outputs-outputs-0.o PASS: outputs exe savetmp namedb: outputs.ar

[Bug libstdc++/98613] vstring mov testsuite failures on AIX

2021-01-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98613 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Target|

[Bug libstdc++/98613] New: vstring mov testsuite failures on AIX

2021-01-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98613 Bug ID: 98613 Summary: vstring mov testsuite failures on AIX Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/98613] vstring mov testsuite failures on AIX

2021-01-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98613 --- Comment #2 from David Edelsohn --- These failures appeared with Martin Sebor's

[Bug libstdc++/98613] vstring mov testsuite failures on AIX

2021-01-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98613 David Edelsohn changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #

[Bug libstdc++/98613] vstring mov testsuite failures on AIX

2021-01-10 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98613 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/90859] [OMP] Mappings for VLA different depending on 'target { c && { ! lp64 } }'

2021-01-18 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90859 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #7 f

[Bug target/98799] New: [10 Regression] vector_set_var ICE

2021-01-22 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 Bug ID: 98799 Summary: [10 Regression] vector_set_var ICE Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority:

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-22 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Target Milestone|---

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 --- Comment #2 from David Edelsohn --- As with vector_extract, the P8 version requires TARGET_DIRECT_MOVE_64BIT. I think that this needs something like the following: --- rs6000.c2021-01-22 11:45:39.0 -0500 +++ cc.c2021-01-2

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 --- Comment #3 from David Edelsohn --- Created attachment 50042 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50042&action=edit patch This is a version of the patch that compiles. I moved the definitions of vector_set_var after the p8 an

[Bug target/98799] [10 Regression] vector_set_var ICE

2021-01-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98799 David Edelsohn changed: What|Removed |Added Attachment #50042|0 |1 is obsolete|

[Bug other/98926] [11 regression] several ICEs after r11-7011

2021-02-01 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98926 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/98979] [11 regression] ICE in several tests cases after r11-7112

2021-02-06 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98979 David Edelsohn changed: What|Removed |Added Target|powerpc64*-linux-gnu, |powerpc64*-linux-gnu,

[Bug target/99094] New: [AIX] Thread local uninitialized data allocated in .comm

2021-02-13 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99094 Bug ID: 99094 Summary: [AIX] Thread local uninitialized data allocated in .comm Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priori

[Bug target/99094] [AIX] Thread local uninitialized data allocated in .comm

2021-02-13 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99094 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/98979] [11 regression] ICE in several tests cases after r11-7112

2021-02-26 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98979 --- Comment #11 from David Edelsohn --- The failures have been resolved on AIX.

[Bug libstdc++/98384] [11 Regression] new test case 20_util/to_chars/long_double.cc in r11-6249 fails on powerpc64 BE

2021-02-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98384 --- Comment #21 from David Edelsohn --- It similarly continues to fail on AIX: long_double.cc:192: void test02(): Assertion '!memcmp(printf_buffer, to_chars_buffer, output_length)' failed.

[Bug target/94177] TLS global-dynamic model clobbers function parameter on AIX

2021-04-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94177 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/89096] [8/9/10/11/12 regression] AIX 7 linker rejects _.ro_ sections by default

2021-04-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89096 David Edelsohn changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/95549] [9/10/11/12 regression] gnat1 doesn't link on AIX

2021-04-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95549 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #3 f

[Bug ada/98171] adaint.c doesn't compile on AIX 7.2

2021-04-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98171 --- Comment #1 from David Edelsohn --- gcc119 should be functioning again.

[Bug c++/100805] New: __int128 should be disabled for non-extended -std= options

2021-05-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100805 Bug ID: 100805 Summary: __int128 should be disabled for non-extended -std= options Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug testsuite/101020] [12 regression] Several test case failures after r12-1316

2021-06-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101020 David Edelsohn changed: What|Removed |Added Last reconfirmed||2021-06-11 CC|

[Bug other/101166] New: Add SPDX license identifiers

2021-06-22 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101166 Bug ID: 101166 Summary: Add SPDX license identifiers Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: other

[Bug c/108734] powerpc: False Detection of __atomic_*_8 Builtins

2023-02-09 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108734 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #5

[Bug target/108315] -mcpu=power10 changes ABI

2023-03-02 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108315 --- Comment #12 from David Edelsohn --- We're working to add a Power10 system to the Compile Farm. The systems are at OSUOSL, but Power10 doesn't have official KVM support so the interface to the OpenStack management system is complicated.

[Bug target/103784] suboptimal code for returning bool value on target ppc

2023-03-05 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103784 --- Comment #11 from David Edelsohn --- Have you looked on the GCC mailing list for zero-extend elimination (zee) and sign-extend elimination (see)? The many, previous proposals for such passes.

[Bug middle-end/26374] Compile failure on long double

2022-03-08 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374 --- Comment #20 from David Edelsohn --- Double-double has advantages and disadvantages. You're welcome to debate William Kahan about the choice instead of making snarky comments here.

[Bug target/106637] docs: link to www.bullfreeware.com is dead

2022-08-16 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106637 David Edelsohn changed: What|Removed |Added Last reconfirmed||2022-08-16 Status|UNCONFIR

[Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX

2022-09-06 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106855 Bug ID: 106855 Summary: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX

2022-09-06 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106855 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX

2022-09-06 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106855 --- Comment #2 from David Edelsohn --- dwarf2out.cc uses XCOFF_DEBUGGING_INFO to emit DWARF information with XCOFF syntax.

[Bug bootstrap/107018] New: [13 Regression] libgcc unwind-dw2-fde references undeclared variable

2022-09-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107018 Bug ID: 107018 Summary: [13 Regression] libgcc unwind-dw2-fde references undeclared variable Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug bootstrap/107221] New: [13 Regression] libstdc++ EH no matching function __gnu_cxx::__scoped_lock::__scoped_lock

2022-10-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107221 Bug ID: 107221 Summary: [13 Regression] libstdc++ EH no matching function __gnu_cxx::__scoped_lock::__scoped_lock Product: gcc Version: unknown Status: UNCONFIRMED

[Bug bootstrap/107221] [13 Regression] libstdc++ EH no matching function __gnu_cxx::__scoped_lock::__scoped_lock

2022-10-11 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107221 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug libstdc++/107239] New: Coroutine code generation bug

2022-10-12 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107239 Bug ID: 107239 Summary: Coroutine code generation bug Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: C++-Coroutine, wrong-code Severity: normal Prior

[Bug libstdc++/107239] Coroutine code generation bug

2022-10-12 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107239 --- Comment #1 from David Edelsohn --- https://twitter.com/novacisko/status/1580056176040980481

[Bug middle-end/57955] [9/10/11/12 Regression] Uniquization of constants reduces alignment of initializers

2021-12-23 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57955 --- Comment #26 from David Edelsohn --- As Bill mentioned, one can increase the alignment of a large constant, but there is no way for the hooks that set alignment to recognize that the constant will be assigned to variable with stricter alignmen

[Bug libstdc++/104101] New: [12 Regression] libstdc++ shared_ptr_atomic fails on AIX

2022-01-18 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104101 Bug ID: 104101 Summary: [12 Regression] libstdc++ shared_ptr_atomic fails on AIX Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prio

[Bug libstdc++/104123] New: 29_atomics/headers/stdatomic.h/c_compat.cc fails on AIX

2022-01-19 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104123 Bug ID: 104123 Summary: 29_atomics/headers/stdatomic.h/c_compat.cc fails on AIX Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prior

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2022-01-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug libgcc/103004] [12 regression] r12-4416 breaks backtrace on PPC64 Big-endian

2021-11-03 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103004 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org Ever confir

[Bug tree-optimization/103759] New: [12 Regression] memcpy-chk failure for 32 bits

2021-12-17 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103759 Bug ID: 103759 Summary: [12 Regression] memcpy-chk failure for 32 bits Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug tree-optimization/103759] [12 Regression] memcpy-chk failure for 32 bits

2021-12-17 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103759 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/103759] [12 Regression] memcpy-chk failure for 32 bits

2021-12-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103759 David Edelsohn changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/102068] [AIX] field alignment ignores packed

2021-08-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102068 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/99557] [AIX] Alignment of double for struct and C++ classes

2021-08-27 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99557 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/102147] New: IRA dependent on 32-bit vs 64-bit register size

2021-08-31 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102147 Bug ID: 102147 Summary: IRA dependent on 32-bit vs 64-bit register size Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug rtl-optimization/102147] IRA dependent on 32-bit vs 64-bit register size

2021-08-31 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102147 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug rtl-optimization/102147] IRA dependent on 32-bit vs 64-bit register size

2021-08-31 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102147 --- Comment #2 from David Edelsohn --- Created attachment 51389 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51389&action=edit Pre-processed subset of tree-vect-slp.c $ gcc -O2 -fno-exceptions produces different conflicts and register

[Bug rtl-optimization/102147] IRA dependent on 32-bit vs 64-bit pointer size

2021-09-01 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102147 --- Comment #5 from David Edelsohn --- Vlad privately commented: "I suspect order of processing conflicts might depend on their representation." The two representations may produce different results and the heuristics to choose the representati

[Bug target/102148] ppc64le: homogeneous float arguments are not passed correctly

2021-09-01 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102148 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #1 from David Edelsohn --- I can't duplicate this failure in a native build. And rs6000.c:21750 doesn't correspond to any statement. Can you provide some additional information or source code context? rs6000_xcoff_encode_section_i

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #7 from David Edelsohn --- As we discussed on IRC symtab_node::exists (decl) && symtab_node::get (decl)->alias seems better because that function does not need to create the summary for its internal use. The function should not en

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #8 from David Edelsohn --- This needs an additional adjustment. The encoding decoration needs to be applied if the decl isn't an alias. That means both a null summary *OR* the decl is not explicitly an alias. I'm proposing the fol

[Bug middle-end/102519] New: [12 Regression] VRP Jump threader memory explosion

2021-09-28 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 Bug ID: 102519 Summary: [12 Regression] VRP Jump threader memory explosion Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: memory-hog Severity: normal

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-28 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 David Edelsohn changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 --- Comment #7 from David Edelsohn --- Have you tried a native PPC64LE Linux build? AIX defaults to 32 bit, and it's big endian. I wouldn't expect that to affect the memory usage, but I'm mentioning it. Did you try to compiler gcc/testsuite/gc

[Bug bootstrap/102527] [12 regression] out of memory compiling insn-emit.c

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102527 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org Ever confir

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 --- Comment #11 from David Edelsohn --- tree VRP threader : 0.25 ( 2%) 0.03 ( 1%) 0.76 ( 1%) 7804k ( 2%) Despite that report output, prior to the two patches ending with ef1e524fd87a679f5da06116029c66a84daac80 "Remov

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 --- Comment #12 from David Edelsohn --- GCC non-quiet mode shows: ... g_31_31_16 f_31_31_17 g_31_31_17 f_31_31_23 g_31_31_23 f_31_31_24 g_31_31_24 f_31_31_25 g_31_31_25 f_31_31_29 g_31_31_29 f_31_31_30 g_31_31_30 f_31_31_31 g_31_31_31 Analyzing

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 --- Comment #14 from David Edelsohn --- I tried the patch, but, unfortunately, it exceeds the memory limit in the same manner.

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 --- Comment #15 from David Edelsohn --- I annotated execute_vrp_threader() to call getrusage() and print the size of RSS around each call to threader.thread_jumps(). It consistently is growing, but not in the threader itself. Was the former VP

[Bug middle-end/102519] [12 Regression] VRP Jump threader memory explosion

2021-09-29 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102519 --- Comment #18 from David Edelsohn --- Yea! That fixes the *worst* of the memory growth problem for me. It still is growing, but much more slowly. RSS now grows from 569788 to 642076 for the final function, instead of 783896 before it died o

[Bug modula2/102344] gm2/pim/fail/TestLong4.mod FAILs

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102344 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug modula2/102339] gm2 testsuite leaves many files behind

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102339 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug modula2/102323] gm2 testsuite needs to be parallelized

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102323 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

  1   2   >