This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37461] [4.4 Regression] ICE in find_or_generate_expression, at tree-ssa-pre.c:2691
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2008 04:59:52 -0000
- Subject: [Bug middle-end/37461] [4.4 Regression] ICE in find_or_generate_expression, at tree-ssa-pre.c:2691
- References: <bug-37461-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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