This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/36990] ICE when gcc (4.4.0-20080731) uses -fipa-cp with -O
- From: "tsarkov at cs dot man dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2008 13:49:33 -0000
- Subject: [Bug middle-end/36990] ICE when gcc (4.4.0-20080731) uses -fipa-cp with -O
- References: <bug-36990-15353@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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