[Bug libstdc++/106547] std::variant::emplace goes into an infinite recursion with certain weird trivially copyable types

2022-08-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106547 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/106243] Failure to optimize (0 - x) & 1 on gimple level (including vector types)

2022-08-06 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106243 Roger Sayle changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug target/106544] riscv_print_operand does not check to see if the operands are valid to do INTVAL on them

2022-08-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106544 --- Comment #2 from Andrew Pinski --- (In reply to palmer from comment #1) > Do you have an example of how to trigger the ICE? I don't know what RTL > checking is and poking around on the internet isn't helping much. I've got > something I thi

[Bug target/106544] riscv_print_operand does not check to see if the operands are valid to do INTVAL on them

2022-08-06 Thread palmer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106544 palmer at gcc dot gnu.org changed: What|Removed |Added CC||palmer at gcc dot gnu.org --

[Bug libstdc++/106547] New: std::variant::emplace goes into an infinite recursion with certain weird trivially copyable types

2022-08-06 Thread the.invisible.phantom at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106547 Bug ID: 106547 Summary: std::variant::emplace goes into an infinite recursion with certain weird trivially copyable types Product: gcc Version: unknown Status: UNCONFIRM

[Bug fortran/106546] Incorrect reuse of allocatable array temporaries under -O2 -fno-automatic

2022-08-06 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106546 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/106546] New: Incorrect reuse of allocatable array temporaries under -O2 -fno-automatic

2022-08-06 Thread solomon.gibbs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106546 Bug ID: 106546 Summary: Incorrect reuse of allocatable array temporaries under -O2 -fno-automatic Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: no

[Bug pch/105858] MinGW-w64 64-bit build with --libstdcxx-pch: fatal error: cannot write PCH file: required memory segment unavailable

2022-08-06 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105858 --- Comment #3 from Brecht Sanders --- Some information I received related to this issue: On 01/08/2022 14:52, Luis Dallos wrote: > > PCH has had issues for as long as I can remember, see for example: > > * > https://github.com/msys2/

[Bug tree-optimization/94920] Failure to optimize abs pattern from arithmetic with selected operands based on comparisons with 0

2022-08-06 Thread paul.hua.gm at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94920 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #5 f