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]

[Bug inline-asm/39393] invalid instructions accepted in inline assembly language on 32 bit machines



------- Comment #3 from markhobley at yahoo dot co dot uk  2009-03-07 02:40 -------
Subject: Re:  invalid instructions accepted in inline assembly language on 32
bit machines


--- On Sat, 7/3/09, hjl dot tools at gmail dot com <gcc-bugzilla@gcc.gnu.org>
wrote:

> I got
> 
> hjl@gnu-9 tmp]$ gcc -march=i386 -Wa,-march=i386
> a.c   
> /tmp/cciG1xw8.s: Assembler messages:
> /tmp/cciG1xw8.s:17: Error: `cpuid' is not supported on
> `i386'
> 
> on Linux/ia32 with the current Linux binutils.

Hmmm. There is definitely something weird going on. My machines do not error,
even with the latest binutils. Maybe there is some problem with a library or
with some configuration option that is not being made effective on my machine,
causing the error trap to skip somehow.

I am conducting further tests on this.

Mark.


-- 


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


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