This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/22574] ICE when using -combine


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]