From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28439 invoked by alias); 6 Aug 2008 13:50:54 -0000 Received: (qmail 25264 invoked by uid 48); 6 Aug 2008 13:49:33 -0000 Date: Wed, 06 Aug 2008 13:50:00 -0000 Message-ID: <20080806134933.25263.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/36990] ICE when gcc (4.4.0-20080731) uses -fipa-cp with -O In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tsarkov at cs dot man dot ac dot uk" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00407.txt.bz2 ------- 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 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