This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/2819: register allocation problem in ull_div_ul() ?
- To: etienne dot lorrain at masroudeau dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: c/2819: register allocation problem in ull_div_ul() ?
- From: neil at gcc dot gnu dot org
- Date: 3 Nov 2001 19:35:36 -0000
Synopsis: register allocation problem in ull_div_ul() ?
State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Sat Nov 3 11:35:36 2001
State-Changed-Why:
CVS GCC gives
/tmp/cchyEcIP.s: Assembler messages:
/tmp/cchyEcIP.s:2196: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
/tmp/cchyEcIP.s:2207: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
/tmp/cchyEcIP.s:2223: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
/tmp/cchyEcIP.s:2524: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
/tmp/cchyEcIP.s:2550: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
so I suspect something is wrong with your inline assembler.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=2819&database=gcc