[Bug target/36733] Wery interesting compilation way (if no -Ox option)

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36733 Vas Crabb changed: What|Removed |Added Attachment #23475|0 |1 is obsolete|

[Bug target/36733] Wery interesting compilation way (if no -Ox option)

2011-02-26 Thread vastheman at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36733 --- Comment #4 from Vas Crabb 2011-02-26 09:37:14 UTC --- Created attachment 23475 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23475 assembly output when compiling with GCC 4.5.2 Red Hat i686

[Bug target/36733] Wery interesting compilation way (if no -Ox option)

2008-08-10 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-11 01:32 --- This is expected -O0 resulting code generation. We need it for getting good debugging information in some cases. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added