[Bug rtl-optimization/30931] Simple test case loops infinitely with -O1 -fstrength-reduce.

2007-02-23 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-02-23 10:03 --- Works for me. Can you tell us all options in effect? I.e. gcc -O -fstrength-reduce t.c -v output? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30931

[Bug rtl-optimization/30931] Simple test case loops infinitely with -O1 -fstrength-reduce.

2007-02-23 Thread bergner at gcc dot gnu dot org
--- Comment #6 from bergner at gcc dot gnu dot org 2007-02-23 14:06 --- Here's the output you asked for using the latest 4.1 sources I built yesterday. This also fails for me using the system compilers on Ubuntu Edgy and SLES10. I'll try and track down a x86 RHEL5 system to test there

[Bug rtl-optimization/30931] Simple test case loops infinitely with -O1 -fstrength-reduce.

2007-02-22 Thread bergner at gcc dot gnu dot org
--- Comment #1 from bergner at gcc dot gnu dot org 2007-02-22 22:40 --- Created an attachment (id=13092) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13092action=view) Reduced testcase showing the infinite looping -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30931

[Bug rtl-optimization/30931] Simple test case loops infinitely with -O1 -fstrength-reduce.

2007-02-22 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2007-02-22 23:26 --- I cannot reproduce this. Please paste the output of gcc -v. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/30931] Simple test case loops infinitely with -O1 -fstrength-reduce.

2007-02-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-02-22 23:29 --- it only fails using the 4.1 compiler. Well that is because loop.c has been removed in 4.2 and above. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30931

[Bug rtl-optimization/30931] Simple test case loops infinitely with -O1 -fstrength-reduce.

2007-02-22 Thread bergner at gcc dot gnu dot org
--- Comment #4 from bergner at gcc dot gnu dot org 2007-02-22 23:32 --- This is using source checked out this afternoon (revision 122219): bg47:bergner% ./install/gcc-4.1/bin/gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../../gcc-4_1-20070222/configure