This is the mail archive of the gcc@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: What to do against "X" constraints in asm statements



> Shouldn't we issue an error if "X" constraint is seen and __asm pattern
> wants that operand emitted, or are ICEs allowed if user messes with __asm
> improperly?

>From before gcc 2.0 existed, the GCC manual has said that if there is an
ICE for any input whatsoever, it's a bug.  There's no exception for __asm.



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