[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #19 from Jakub Jelinek --- Author: jakub Date: Mon Jun 25 16:46:54 2018 New Revision: 262030 URL: https://gcc.gnu.org/viewcvs?rev=262030&root=gcc&view=rev Log: Backported from mainline 2017-10-12 Jakub Jelinek

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #18 from Jakub Jelinek --- Author: jakub Date: Mon Jun 25 16:43:16 2018 New Revision: 262026 URL: https://gcc.gnu.org/viewcvs?rev=262026&root=gcc&view=rev Log: Backported from mainline 2017-09-27 Jakub Jelinek

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #17 from Jakub Jelinek --- Author: jakub Date: Fri Oct 27 20:35:06 2017 New Revision: 254181 URL: https://gcc.gnu.org/viewcvs?rev=254181&root=gcc&view=rev Log: Backported from mainline 2017-10-12 Jakub Jelinek

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-12 Thread chr at terma dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #16 from chr at terma dot com --- (In reply to Jakub Jelinek from comment #14) > Created attachment 42340 [details] > gcc8-pr82159.patch > > Untested fix for that. Applied both patches to GCC 7.2.0. Works for us.

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #15 from Jakub Jelinek --- Author: jakub Date: Thu Oct 12 07:23:24 2017 New Revision: 253673 URL: https://gcc.gnu.org/viewcvs?rev=253673&root=gcc&view=rev Log: PR c++/82159 * expr.c (store_field): Don't optimize away

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #14 from Jakub Jelinek --- Created attachment 42340 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42340&action=edit gcc8-pr82159.patch Untested fix for that.

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #13 from Martin Liška --- (In reply to chr from comment #12) > I've build a gcc 7.2.0 + above patch using crosstool ng. The original test > code passes, so I should have managed to succesfully create a patches gcc. > Confirm, all b

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-11 Thread chr at terma dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #12 from chr at terma dot com --- I've build a gcc 7.2.0 + above patch using crosstool ng. The original test code passes, so I should have managed to succesfully create a patches gcc. Steps to Repro: - g++ -c -O0 tes

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-10 Thread chr at terma dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 --- Comment #11 from chr at terma dot com --- I've build the 7.2.0 with patch. The testcase compiles, but the original code doesn't compile with the patched compiler. I'll try to run creduce with the patched compiler.

[Bug c++/82159] [6 Regression] ICE: in assign_temp, at function.c:961

2017-10-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82159 Martin Liška changed: What|Removed |Added Summary|[6/7/8 Regression] ICE: in |[6 Regression] ICE: in