[Bug tree-optimization/22574] [4.1 Regression] ICE with IMA and optimization and extern inline

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jul 21 00:28:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list