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