https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
--- Comment #6 from Yvan Roux ---
Author: yroux
Date: Thu Mar 5 14:28:05 2015
New Revision: 221216
URL: https://gcc.gnu.org/viewcvs?rev=221216&root=gcc&view=rev
Log:
gcc/
2015-03-05 Yvan Roux
Backport from trunk r212011, r214942, r21495
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
--- Comment #5 from Richard Biener ---
Author: rguenth
Date: Mon Dec 15 08:19:55 2014
New Revision: 218733
URL: https://gcc.gnu.org/viewcvs?rev=218733&root=gcc&view=rev
Log:
2014-12-15 Richard Biener
PR tree-optimization/64284
* tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
--- Comment #3 from Richard Biener ---
Sth like
Index: tree-ssa-threadupdate.c
===
--- tree-ssa-threadupdate.c (revision 218621)
+++ tree-ssa-threadupdate.c (working copy)
@
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
--- Comment #2 from Markus Trippelsdorf ---
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)
case 0:
if (b)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64284
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0