------- Comment #5 from rguenth at gcc dot gnu dot org  2010-01-15 10:42 -------
struct pdf_object { int val; };
int pdf_count_size_object (struct pdf_object * p_obj)
{
  return pdf_count_size_object(p_obj) + 2 * sizeof(struct pdf_object);
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking, ice-on-valid-
                   |                            |code
            Summary|-O2 and verify_stmts failed |[4.5 Regression] -O2 and
                   |agane                       |verify_stmts failed agane
   Target Milestone|---                         |4.5.0


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

Reply via email to