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

2005-07-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-27 10:51 --- Subject: Bug 22574 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-27 10:51:03 Modified files: gcc: ChangeLog cgraph.c Log message:

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

2005-07-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-27 14:06 --- Fixed. I am linking this to PR 17662 for the testsuite part. -- What|Removed |Added

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

2005-07-25 Thread zadeck at naturalbridge dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zadeck at naturalbridge dot |dot org |com Status|NEW

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

2005-07-22 Thread dann at godzilla dot ics dot uci dot edu
--- Additional Comments From dann at godzilla dot ics dot uci dot edu 2005-07-22 21:21 --- Just a note, this worked before the ipa-* files were added. So it is a recent regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22574

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

2005-07-20 Thread pinskia at gcc dot gnu dot org
--- 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