[Bug lto/114918] ICE when building gcl with LTO

2024-05-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114918 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug lto/114918] ICE when building gcl with LTO

2024-05-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114918 --- Comment #4 from Sam James --- *** Bug 114919 has been marked as a duplicate of this bug. ***

[Bug lto/114918] ICE when building gcl with LTO

2024-05-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114918 --- Comment #3 from Sam James --- Reduced (!): ``` typedef struct lispunion *object; struct lispunion {}; object Icall_gen_error_handler_noreturn() __attribute__((noreturn)); volatile object sLblock; void(Fblock)(volatile object) { Icall_gen_err

[Bug lto/114918] ICE when building gcl with LTO

2024-05-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114918 --- Comment #2 from Sam James --- oops: > We also had a rep We had another report of this, curiously again lisp, for ecl with https://bugs.gentoo.org/931081. I haven't investigated that at all though. Maybe it's a bundled copy of gcl in there o

[Bug lto/114918] ICE when building gcl with LTO

2024-05-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114918 --- Comment #1 from Sam James --- Created attachment 58082 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58082&action=edit block.i.xz