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 c/29309] Compiling an assembler-less file generates error from assembler



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-10-01 20:16 -------
(In reply to comment #3)
> Actually, in any case, should not the error message have referred me to the
> source of the problem in port_outl's definition in libvga.h?
How can it, this is inline-asm after all, so the constraints are incorrect just
for the instruction you (the code) is using.  There is not much GCC can do
unless you add all of binutils to GCC.


-- 


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


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