[Bug optimization/11373] [tree-ssa] asm generated lhs expressions are discarded

dnovillo at redhat dot com gcc-bugzilla@gcc.gnu.org
Tue Jul 15 02:04:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dnovillo at redhat dot com  2003-07-15 02:04 -------
Subject: Re:  [tree-ssa] asm generated lhs
	expressions are discarded


You need to specify volatile to let the compiler know you're doing
something odd.

Both test cases work if volatile is used together with a patch to
volatile support that I'm going to be committing momentarily.


Diego.



More information about the Gcc-bugs mailing list