------- Comment #2 from rguenth at gcc dot gnu dot org  2009-12-17 11:44 -------
Confirmed.

int ptrace_setregs(void)
{
  union { unsigned int l; int t; } __gu_tmp;
  __asm__ __volatile__("" : "=r" (__gu_tmp.l));
  return __gu_tmp.t;
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamborm at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |tree-optimization
     Ever Confirmed|0                           |1
  GCC build triplet|x86_64-linux                |
   GCC host triplet|x86_64-linux                |
 GCC target triplet|mips-oe-linux               |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2009-12-17 11:44:48
               date|                            |
            Summary|internal compiler error: in |[4.5 Regression] internal
                   |sra_modify_expr, at tree-   |compiler error: in
                   |sra.c:2175                  |sra_modify_expr, at tree-
                   |                            |sra.c:2175
   Target Milestone|---                         |4.5.0


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

Reply via email to