[Bug c++/98935] [coroutines] co_await on statement expressions causes ICE

2024-02-01 Thread lozko.roma at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98935

Roman Lozko  changed:

   What|Removed |Added

 CC||lozko.roma at gmail dot com

--- Comment #5 from Roman Lozko  ---
Broken in trunk
internal compiler error: in register_local_var_uses, at cp/coroutines.cc:3903
https://godbolt.org/z/j9KTsroxj

[Bug c++/109899] [12/13/14 Regression] ICE in check_noexcept_r, at cp/except.cc:1065

2024-01-05 Thread lozko.roma at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109899

Roman Lozko  changed:

   What|Removed |Added

 CC||lozko.roma at gmail dot com

--- Comment #8 from Roman Lozko  ---
Found this issue after reducing my example with GCC 13.2 to be an exact copy of
previous comment. Dunno how to help so just notifying that the bug still
exists, I guess.

[Bug c++/109872] New: [12 Regression] ICE on valid C++ code

2023-05-16 Thread lozko.roma at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109872

Bug ID: 109872
   Summary: [12 Regression] ICE on valid C++ code
   Product: gcc
   Version: 12.3.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: lozko.roma at gmail dot com
  Target Milestone: ---

Created attachment 55093
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55093=edit
bug reproducer

ccache 4.8 fails to compile with GCC 12.3, I've reduced it to following code
(also in attachments).

https://godbolt.org/z/39d1c1EE3

Test case can be compiled with just `g++-12 -c test.cpp` to reproduce.

GCC 13.1 seems not affected by this as well as GCC 12.2.