------- Comment #1 from reichelt at gcc dot gnu dot org  2009-06-10 21:35 
-------
Confirmed. Even shorter testcase:

============================
void (*fp)(const int i);
void (*fp)(int i);

void foo()
{
  (*fp)(0);
}
============================

The regression appeared between 2009-04-24 and 2009-05-04.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code, monitored
   Last reconfirmed|0000-00-00 00:00:00         |2009-06-10 21:35:35
               date|                            |


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

Reply via email to