This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug c/43691] Code segfault when compiled with -Os, -O2, or -O3


I don't think this is a bug in gcc. The inline-asm uses $16 but any of the output/temp registers could use that as you don't say the agrument is used as an input.

Sent from my iPhone

On Apr 8, 2010, at 9:50 AM, "mattst88 at gmail dot com" <gcc-bugzilla@gcc.gnu.org > wrote:



------- Comment #2 from mattst88 at gmail dot com 2010-04-08 16:50 -------
Created an attachment (id=20338)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20338&action=view)
test.c



--



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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]