https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
Andrew Pinski changed:
What|Removed |Added
Known to fail||7.5.0
--- Comment #7 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
--- Comment #6 from Martin Liška ---
Created attachment 42004
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42004&action=edit
A bit smaller test-case
Smaller test-cast which needs to add --param lto-min-partition=1.
Problem is following,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
--- Comment #4 from Valentine ---
Created attachment 42002
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42002&action=edit
code to reproduce ICE
I reduced (thanks to suggestions above and CReduce) this to the attached
example.
g++ -w -fl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
--- Comment #3 from Andrew Pinski ---
(In reply to Valentine from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > Try -flto-partition=one which might allow this to be reduced further.
>
> Thanks, just tried -flto-partition=one, sti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
--- Comment #2 from Valentine ---
(In reply to Andrew Pinski from comment #1)
> Try -flto-partition=one which might allow this to be reduced further.
Thanks, just tried -flto-partition=one, still the same ICE. Other
-flto-partition options didn'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847
--- Comment #1 from Andrew Pinski ---
Try -flto-partition=one which might allow this to be reduced further.