[Bug lto/81847] ICE with LTO enabled

2021-12-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Known to work|

[Bug lto/81847] ICE with LTO enabled

2021-11-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug lto/81847] ICE with LTO enabled

2017-08-18 Thread marxin at gcc dot gnu.org
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,

[Bug lto/81847] ICE with LTO enabled

2017-08-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81847 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/81847] ICE with LTO enabled

2017-08-18 Thread v at vsamko dot com
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

[Bug lto/81847] ICE with LTO enabled

2017-08-15 Thread pinskia at gcc dot gnu.org
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

[Bug lto/81847] ICE with LTO enabled

2017-08-15 Thread v at vsamko dot com
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'

[Bug lto/81847] ICE with LTO enabled

2017-08-15 Thread pinskia at gcc dot gnu.org
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.