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]

Re: asm, 'r' constraint, floating point registers?


On Thu, Oct 11, 2001 at 12:47:19PM -0400, David Edelsohn wrote:
> 	I thought that "+" was not allowed in inlined assembly.  It is
> correct for a machine description, but not user inlined assembly.  Or has
> that restriction been lifted?

It has been lifted.  It is translated to matching constraints
by expand_asm_statement.


r~


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