[Bug target/37757] When -Os is enabled, gcc generates a loop where there is none

2008-10-07 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-10-07 07:42 --- I don't see a loop. Also the testcase doesn't link. Can you clarify what you think is the bug? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37757] When -Os is enabled, gcc generates a loop where there is none

2008-10-07 Thread rick at efn dot org
--- Comment #5 from rick at efn dot org 2008-10-07 13:55 --- (In reply to comment #4) I don't see a loop. Also the testcase doesn't link. Can you clarify what you think is the bug? You are right, there is no loop. The optimizer managed to make me think there was one... Very

[Bug target/37757] When -Os is enabled, gcc generates a loop where there is none

2008-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-10-06 23:37 --- Hmm, works with -march=i668 as that enables ifcvt. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added