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 bootstrap/42785] error: impossible constraint in 'asm'



------- Comment #6 from pinskia at gcc dot gnu dot org  2010-01-19 02:45 -------
>They are inconsistent, right?
No because i386-driver.c is only supposed to be compiled with a x86 or x86_64
compiler.  Really the file could have 
#if !defined(__i386__) && !defined(__x86_64__)
#error "This should only be compiled with an x86 compiler"
#endif

And still be correct.


-- 


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


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