https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
--- Comment #9 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:62b59bc4f70d02a485c527aa3277f4b4010edb6b
commit r14-8281-g62b59bc4f70d02a485c527aa3277f4b4010edb6b
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
--- Comment #8 from Jakub Jelinek ---
(In reply to Richard Biener from comment #7)
> interesting enough we didn't generate a DIE for the LABEL_DECL for the
> abstract instance DIE. Instead we just have
Maybe because of -g1?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
--- Comment #7 from Richard Biener ---
OK, so it's of course set_decl_origin_self () invoked via
#0 set_decl_origin_self (decl=)
at /home/rguenther/src/trunk/gcc/dwarf2out.cc:23321
#1 0x014ddc14 in set_block_origin_self (stmt=)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
Jakub Jelinek changed:
What|Removed |Added
Summary|[14 Regression] ICE in |[14 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
Jakub Jelinek changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
--- Comment #3 from Jakub Jelinek ---
Created attachment 57151
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57151&action=edit
v8_turboshaft.late-optimization-phase.ii
./cc1plus -fpreprocessed v8_turboshaft.late-optimization-phase.ii -qu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113488
--- Comment #2 from Jakub Jelinek ---
Trying to cvise reduce this now.