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 middle-end/36990] ICE when gcc (4.4.0-20080731) uses -fipa-cp with -O



------- Comment #1 from tsarkov at cs dot man dot ac dot uk  2008-08-06 13:49 -------
I saw the same problem in C++ with a simple program

#include <iostream>

void f ( std::ostream& o ) { o << std::endl; }

This happens both on i686-pc-linux-gnu and i386-apple-darwin9.4.0.


-- 

tsarkov at cs dot man dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsarkov at cs dot man dot ac
                   |                            |dot uk


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


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