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]

[Bug tree-optimization/31866] [4.3 Regression] ICE with tree check error: expected ssa_name, have var_decl in create_outofssa_var_map



------- 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


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