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

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767 --- Comment #13 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 12:29:13 2019 New Revision: 275139 URL: https://gcc.gnu.org/viewcvs?rev=275139&root=gcc&view=rev Log: Backported from mainline 2019-03-21 Jakub Jelinek

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

2019-05-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

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

2019-04-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Tue Apr 30 20:51:42 2019 New Revision: 270738 URL: https://gcc.gnu.org/viewcvs?rev=270738&root=gcc&view=rev Log: Backported from mainline 2019-03-21 Jakub Jelinek

[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

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

2019-03-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767 Jakub Jelinek changed: What|Removed |Added Summary|[8/9 Regression] ICE with |[8 Regression] ICE with