[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2011-06-10 Thread jaak at ristioja dot ee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 Jaak Ristioja jaak at ristioja dot ee changed: What|Removed |Added CC||jaak at ristioja

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2011-06-10 Thread jaak at ristioja dot ee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 --- Comment #13 from Jaak Ristioja jaak at ristioja dot ee 2011-06-10 08:52:47 UTC --- (In reply to comment #12) PPS: As noted by other, this bug is likely a duplicate to bug 39284 and bug 43868. As noted by others, this bug is likely a

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2011-04-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.4.6 |4.4.7

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2010-10-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.4.5 |4.4.6

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2010-07-14 Thread jyasskin at gmail dot com
--- Comment #11 from jyasskin at gmail dot com 2010-07-14 20:49 --- Is this the same bug as PR 39284? -- jyasskin at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2010-04-30 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.4 |4.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2010-01-21 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.3 |4.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2010-01-18 Thread carlr at freemail dot gr
--- Comment #10 from carlr at freemail dot gr 2010-01-18 13:14 --- Please note that computed gotos are factored out because they are a hell to deal with in tree-cfg.c:build_gimple_cfg(). This means that they MUST be unfactored out as promised in the comment without leaving this to

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2010-01-13 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-01-13 22:26 --- Fixed for 4.5 sofar. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to