This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/42785] error: impossible constraint in 'asm'
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2010 02:45:52 -0000
- Subject: [Bug bootstrap/42785] error: impossible constraint in 'asm'
- References: <bug-42785-9881@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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