[Bug middle-end/37461] [4.4 Regression] ICE in find_or_generate_expression, at tree-ssa-pre.c:2691

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Sep 14 05:01:00 GMT 2008



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-09-14 04:59 -------
Confirmed, you can also get rid of the struct:
void _posix_to_nfsv4_one (unsigned *ace, short deny, int flags)
{
  int eflag = (flags ? (0x00000001 | 0x00000008) : 0);
  if (deny)
    *ace= eflag;
  *ace= eflag;
  while (*ace)
    *ace= eflag | 0x00000040;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-14 04:59:51
               date|                            |


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



More information about the Gcc-bugs mailing list