------- Comment #2 from pinskia at gcc dot gnu dot org  2007-05-22 23:26 -------
Janis can you do a regression hunt on this bug.

Here is a powerpc testcase if you need one:
int
foo (void)
{
  unsigned int resultvar;
  long int arg = (long int) 0;
  register long int reg asm ("r3") = arg;
  asm ("nop"
  : "=r" (resultvar)
    : "0" (reg)
    );
  return  resultvar;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31866

Reply via email to