[Bug optimization/13665] [3.4 Regression] Compiler gets internal error on valid code

kazu at cs dot umass dot edu gcc-bugzilla@gcc.gnu.org
Tue Jan 13 21:23:00 GMT 2004


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-13 21:23 -------
Reduced to:

void
foo (const char * __restrict__ p, char ** __restrict__ q)
{
  if (*p)
    ;
  *q = 0;
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at cs dot umass dot edu


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



More information about the Gcc-bugs mailing list