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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-04-12 
19:28:30 UTC ---
On armv5tel-linux-gnueabi, gcc-4.3.5 and gcc-4.4.5 -march=armv5te -O1
-fno-omit-frame-pointer compile the test case into an a.out that prints "xx"
and exits 0. gcc-4.5.2/4.6.0/4.7 all generate an a.out that segfaults, dropping
-fno-omit-frame-pointer makes the a.out print "xx" and exit 0 again.

Reply via email to