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/17368] [4.0 Regression] ice in optimize_inline_calls, at tree-inline.c


------- Additional Comments From salinger at sun dot felk dot cvut dot cz  2004-09-14 09:23 -------
I am sorry, but it still doesn't seem fixed for me.                          
 
Let try to compile sources and attached preprocessed sources 
with various compiler versions:

g++ -O0:
                        ix.cc   f.cc    ix.ii   f-O0.ii
-------------------------------------------------------
3.3.3                   OK      OK      N/A     OK
3.4.2                   OK      OK      OK      OK
3.5.0-20040905          OK      ICE     ICE     ICE
4.0.0-20040912          OK      ICE     ICE     ICE
4.0.0-20040914          OK      ICE     ICE     ICE


g++ -O2:
                        ix.cc   f.cc    ix.ii   f-O0.ii
-------------------------------------------------------
3.3.3                   OK      OK      N/A     OK
3.4.2                   OK      OK      OK      OK
3.5.0-20040905          ICE     ICE     ICE     ICE
4.0.0-20040912          ICE     ICE     ICE     ICE
4.0.0-20040914          ICE     ICE     ICE     ICE

3.5.0-20040905 and 4.0.0-20040912 were taken from
ftp://gcc.gnu.org/pub/gcc/snapshots/,
4.0.0-20040914 is taken from cvs around Sep 14 06:00 UTC              

This bug isn't same as PR 16254, since my 4.0.0-20040914 compiles   
gcc/testsuite/g++.dg/eh/cleanup4.C without problems.

Please, could you try to compile attached preprocessed sources 
in your x86 environment ?

Thank you very much.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


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