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]

Re: c/2819: register allocation problem in ull_div_ul() ?


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


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