--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-12
12:46 ---
Since the asm is not violate or have outputs which are used they are removed,
this is not a bug:
asm(" pushf\n"
" orl %0, (%%esp)\n"
" popf\n"
: : "i" (0x0004));
--
What
--- Additional Comments From thalakan at technologist dot com 2004-11-12
11:08 ---
Created an attachment (id=7529)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7529&action=view)
Preprocessed source of program
This is the preprocessed source of the program. Compile and run it wit