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]

Re: middle-end/5345: ICE when using the "+m" constraint with built-in assembly


Synopsis: ICE when using the "+m" constraint with built-in assembly

State-Changed-From-To: open->analyzed
State-Changed-By: rodrigc
State-Changed-When: Sat Jan 12 11:16:26 2002
State-Changed-Why:
    I can reproduce your error with gcc 3.0.3.
    
    With gcc 3.1 in CVS, I get a different error message:
    gcc-ice.cpp: In function `float qsqrt(float)':
    gcc-ice.cpp:18: output constraint 0 cannot be specified together with
    "st"
       clobber
    gcc-ice.cpp:44: confused by earlier errors, bailing out
    
    I am not enough of an asm expert to know what the correct
    remedy is.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5345


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