[Bug c++/89767] New: ICE with tuple and optimization

2019-03-18 Thread klystron25 at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: klystron25 at gmail dot com Target Milestone: --- Created attachment 45994 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45994&action=edit preprocessed source The following source file causes ICE when -O2 is used. Th

[Bug c++/89767] ICE with tuple and optimization

2019-03-18 Thread klystron25 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767 --- Comment #1 from Steven Blah --- This also fails on 8.2.

[Bug c++/89767] [8 Regression] ICE with tuple and optimization

2019-03-27 Thread klystron25 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767 --- Comment #10 from Steven Seeger --- I can confirm that this fix corrects the issue that I've seen with gcc-3.0. I built Gentoo's sys-devel/gcc-8.3.0 with Jakub's patch as a user patch and it built clean, and I was able to build my codebase. I