[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #13 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:02:10 2016 New Revision: 232171 URL: https://gcc.gnu.org/viewcvs?rev=232171&root=gcc&view=rev Log: PR c++/68983 PR c++/67557 * call.c (unsafe_copy_

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #12 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:01:35 2016 New Revision: 232169 URL: https://gcc.gnu.org/viewcvs?rev=232169&root=gcc&view=rev Log: PR c++/68983 PR c++/67557 * call.c (unsafe_copy_

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #11 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:01:12 2016 New Revision: 232167 URL: https://gcc.gnu.org/viewcvs?rev=232167&root=gcc&view=rev Log: PR c++/68983 (BE) PR c++/67557 gcc/ * function.c

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #10 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:01:05 2016 New Revision: 232166 URL: https://gcc.gnu.org/viewcvs?rev=232166&root=gcc&view=rev Log: PR c++/68983 (FE) PR c++/67557 * call.c (unsafe_

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-06 Thread lucdanton at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #8 from lucdanton at free dot fr --- (In reply to Jason Merrill from comment #7) > (In reply to lucdanton from comment #6) > > I've independently run into this bug and applying this patch to HEAD doesn't > > help on my end, the same IC

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-06 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #7 from Jason Merrill --- (In reply to lucdanton from comment #6) > I've independently run into this bug and applying this patch to HEAD doesn't > help on my end, the same ICE happens (except it is now pointing to line 6660 > of > co

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-06 Thread lucdanton at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 lucdanton at free dot fr changed: What|Removed |Added CC||lucdanton at free dot fr --- C

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-06 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 --- Comment #5 from Jason Merrill --- Created attachment 37245 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37245&action=edit possible patch Would this be an appropriate fix? It seems that if the source is a ref we won't copy anything o

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 Markus Trippelsdorf changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Commen