[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2015-03-05 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 --- Comment #6 from Yvan Roux yroux at gcc dot gnu.org --- Author: yroux Date: Thu Mar 5 14:28:05 2015 New Revision: 221216 URL: https://gcc.gnu.org/viewcvs?rev=221216root=gccview=rev Log: gcc/ 2015-03-05 Yvan Roux yvan.r...@linaro.org

[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2014-12-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2014-12-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Mon Dec 15 08:19:55 2014 New Revision: 218733 URL: https://gcc.gnu.org/viewcvs?rev=218733root=gccview=rev Log: 2014-12-15 Richard Biener rguent...@suse.de

[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2014-12-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2014-12-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2014-12-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 --- Comment #2 from Markus Trippelsdorf trippels at gcc dot gnu.org --- trippels@gcc20 ~ % cat scp.i int *a; int b; int fn1() { enum { QSTRING } c = 0; while (1) { switch (*a) { case '\'': c = 0; default: switch (c)

[Bug tree-optimization/64284] [5 Regression] ICE: Segmentation fault

2014-12-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Sth like Index: tree-ssa-threadupdate.c === --- tree-ssa-threadupdate.c (revision 218621) +++