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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|ICE when using -combine     |[4.1 Regression] ICE with
                   |                            |IMA and optimization and
                   |                            |extern inline
   Target Milestone|---                         |4.1.0


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

Reply via email to