[Bug inline-asm/18450] Wrong code generated by gcc from inline assembler

2004-11-12 Thread thalakan at technologist dot com
--- 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=7529action=view) Preprocessed source of program This is the preprocessed source of the program. Compile and run it with

[Bug inline-asm/18450] Wrong code generated by gcc from inline assembler

2004-11-12 Thread pinskia at gcc dot gnu dot org
--- 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