[Bug other/118797] [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797

--- Comment #3 from Sam James  ---
Created attachment 60429
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60429&action=edit
multitextparameterdefinition.cpp.ii.xz

$ g++ multitextparameterdefinition.cpp.ii -c -g

[Bug other/118797] [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797

--- Comment #2 from Sam James  ---
Nevermind, I got it. I forgot that some type verification is gated on -g.

[Bug other/118797] [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118797

Sam James  changed:

   What|Removed |Added

   Keywords||lto

--- Comment #1 from Sam James  ---
I can't reproduce this one yet with `actiona-3.10.2 $ CFLAGS="-O3
-flto=jobserver" CXXFLAGS="-O3 -flto=jobserver" cmake -B build -S . && make -C
build`.