[Bug tree-optimization/18134] computed goto and if statement

2005-03-07 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-03-08 03:49 --- Fixed with today's checkin. I'll add a test to the testsuite too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18134

[Bug tree-optimization/18134] computed goto and if statement

2005-03-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-08 03:47 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/18134] computed goto and if statement

2005-03-07 Thread pinskia at gcc dot gnu dot org
-- Bug 18134 depends on bug 18133, which changed state. Bug 18133 Summary: computed gotos are not folded back to regular gotos when it is found that they are not computed gotos at all http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18133 What|Old Value |New Value

[Bug tree-optimization/18134] computed goto and if statement

2005-01-26 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-26 18:32 --- With the patch attached to PR18133 we get: foo: xorl%eax, %eax cmpl$0, 4(%esp) setne %al ret -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18134

[Bug tree-optimization/18134] computed goto and if statement

2004-10-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-24 23:55 --- Confirmed via Steven. -- What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/18134] computed goto and if statement

2004-10-24 Thread steven at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||18133 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18134