[Bug tree-optimization/31152] -(x>y) generates wrong code

2007-03-12 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Comment #1 from anton at mips dot complang dot tuwien dot ac dot at 2007-03-12 17:43 --- Subject: Re: New: -(x>y) generates wrong code I cannot create an attachment in Bugzilla, so I'll just append the test program here: #include #include long foo(long x, long y);

[Bug tree-optimization/31152] New: -(x>y) generates wrong code

2007-03-12 Thread anton at mips dot complang dot tuwien dot ac dot at
gcc dot gnu dot org ReportedBy: anton at mips dot complang dot tuwien dot ac dot at GCC host triplet: arm-linux-gnu GCC target triplet: arm-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31152

[Bug rtl-optimization/25285] pessimization of goto * ("computed goto")

2005-12-09 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Comment #8 from anton at mips dot complang dot tuwien dot ac dot at 2005-12-09 13:46 --- Subject: Re: pessimization of goto * ("computed goto") rguenth at gcc dot gnu dot org wrote: > > > > --- Comment #7 from rguenth at gcc dot gnu dot

[Bug rtl-optimization/25285] pessimization of goto * ("computed goto")

2005-12-08 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Comment #6 from anton at mips dot complang dot tuwien dot ac dot at 2005-12-08 21:31 --- Subject: Re: pessimization of goto * ("computed goto") pinskia at gcc dot gnu dot org wrote: > --- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-06 21:58 > ---

[Bug rtl-optimization/25285] pessimization of goto * ("computed goto")

2005-12-06 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Comment #4 from anton at mips dot complang dot tuwien dot ac dot at 2005-12-06 21:46 --- Subject: Re: pessimization of goto * ("computed goto") pinskia at gcc dot gnu dot org wrote: > __asm__(""); makes stuff worse. I just applied the following patch to en

[Bug tree-optimization/25285] pessimization of goto * ("computed goto")

2005-12-06 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Comment #1 from anton at mips dot complang dot tuwien dot ac dot at 2005-12-06 20:00 --- Created an attachment (id=10425) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10425&action=view) test case input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25285

[Bug tree-optimization/25285] New: pessimization of goto * ("computed goto")

2005-12-06 Thread anton at mips dot complang dot tuwien dot ac dot at
puted goto") Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: anton at mips dot complang dot tuwien dot ac

[Bug rtl-optimization/15242] [3.3/3.4 regression] pessimization of "goto *"

2005-03-12 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Additional Comments From anton at mips dot complang dot tuwien dot ac dot at 2005-03-12 21:38 --- Subject: Re: [3.3/3.4 regression] pessimization of "goto *" steven at gcc dot gnu dot org wrote: > > > --- Additional Comments From steven at gcc dot gnu

[Bug rtl-optimization/15242] [3.3/3.4 regression] pessimization of "goto *"

2005-02-27 Thread anton at mips dot complang dot tuwien dot ac dot at
--- Additional Comments From anton at mips dot complang dot tuwien dot ac dot at 2005-02-27 10:47 --- Subject: Re: [3.3/3.4/4.0 regression] pessimization of "goto *" steven at gcc dot gnu dot org wrote: > Updated patch for this problem Ok, I have now tried it with gcc