------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-21 
00:11 -------
Confirmed, reduced testcase:
=== file1.c ===
void f();
int main()
{
  f();
  return 0;
}
=== cut ===
=== file2.c ===
extern __inline__ void f (void) {}
=== cut ===

Compile with -O1 -combine and see the ICE.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-21 00:11:34
               date|                            |
            Summary|ICE when using -fwhole-     |ICE when using -combine
                   |program                     |


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

Reply via email to