[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-10 Thread ccoutant at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Cary Coutant changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #21 from Cary Couta

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-10 Thread ccoutant at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-07 Thread ccoutant at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Cary Coutant changed: What|Removed |Added CC||jason at redhat dot com --- Comment #19 f

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #18 from Markus Trippelsdorf --- (In reply to Richard Biener from comment #17) > (In reply to Markus Trippelsdorf from comment #16) > > Hmm, the 5.0 issue was fixed by r217214. Maybe the fix should be > > backported to 4.9? > > The

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #17 from Richard Biener --- (In reply to Markus Trippelsdorf from comment #16) > Hmm, the 5.0 issue was fixed by r217214. Maybe the fix should be > backported to 4.9? The 5.0 issue was new in 5.0. What testcase of the very many in

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Markus Trippelsdorf changed: What|Removed |Added Priority|P1 |P3 --- Comment #16 from Markus Tri

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #15 from Markus Trippelsdorf --- On x86_64: markus@x4 /tmp % cat sock.i struct sock { int sk_userlocks : 4; } a; const struct sock b; void fn1 () { a.sk_userlocks = b.sk_userlocks & 1; } markus@x4 /tmp % gcc -O2 -c sock.i gcc: i

[Bug middle-end/63244] [4.9/5 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-11-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-valid-code Priori