------- Comment #19 from amodra at gmail dot com  2010-06-06 14:11 -------
Confirmed.

Regarding O1test.c:
Wierd set of gcc options, particularly -fno-dce and -fcaller-saves.  I can't
see any sane reason why you would use those options on powerpc, unless you were
deliberately stress testing gcc..  It's quite possible that your O1test.c is
tickling an entirely different bug than in the original testcase.  Trimming the
options a bit, I can reproduce the O1test.c problem with only
-fcaller-saves -O -fno-omit-frame-pointer -fno-dce -fno-split-wide-types


-- 

amodra at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-06 14:11:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44364

Reply via email to