------- 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

Reply via email to