[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 1 17:22:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-01 17:22 -------
Why do people write inline-asm like this?
It is crazy to do so. Split up the inline-asm correctly.
Anyone who writes like inline-asm should get what they get.
For mmx inline-asm, you should be using the intrinsics instead as suggested before
or just write real asm file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203
More information about the Gcc-bugs
mailing list