[Bug target/112816] [11/12 Regression] ICE unrecognizable_insn with __builtin_signbit and returning struct with int[4]

2023-12-18 Thread a.elovikov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112816 --- Comment #15 from Andrei Elovikov --- I'd like to point out that while the first reproducer (https://godbolt.org/z/3vzejjWcq) started to pass now on godbolt, the second (https://godbolt.org/z/cEh1W7PdG) still fails with an ICE. Please let me

[Bug c++/112867] New: extern function declaration in function scope behaves differently in template

2023-12-05 Thread a.elovikov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112867 Bug ID: 112867 Summary: extern function declaration in function scope behaves differently in template Product: gcc Version: unknown Status: UNCONFIRMED Severit

[Bug target/112816] [11/12/13 Regression] ICE unrecognizable_insn with __builtin_signbit and returning struct with int[4]

2023-12-04 Thread a.elovikov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112816 --- Comment #9 from Andrei Elovikov --- Created attachment 56789 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56789&action=edit Another reproducer, now using short instead of int Once the fix is ready, please verify the "uint16_t" versi

[Bug middle-end/112816] New: internal compiler error: in extract_insn, at recog.cc:2804, unrecognizable_insn for __builtin_signbit

2023-12-01 Thread a.elovikov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112816 Bug ID: 112816 Summary: internal compiler error: in extract_insn, at recog.cc:2804, unrecognizable_insn for __builtin_signbit Product: gcc Version: unknown

[Bug c++/106864] New: Unexpected capture of "constexpr int" variable inside lambda

2022-09-06 Thread a.elovikov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106864 Bug ID: 106864 Summary: Unexpected capture of "constexpr int" variable inside lambda Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal