From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15500 invoked by alias); 3 Oct 2010 20:39:41 -0000 Received: (qmail 15486 invoked by uid 22791); 3 Oct 2010 20:39:40 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Oct 2010 20:39:36 +0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/45875] [4.6 Regression] ice in gimple_fold_obj_type_ref_known_binfo with -O2 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.6.0 X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 03 Oct 2010 20:39:00 -0000 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: 2010-10/txt/msg00304.txt.bz2 Message-ID: <20101003203900.gXL1EeCw79PG6rFR8eSS_CzQi0Oy4YwvnvgyxISa59I@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45875 --- Comment #4 from Richard Guenther 2010-10-03 20:39:34 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Btw, please don't strip CPP line notes from preprocessed source, that makes > > un-including impossible. > > Two questions > > 1. What is un-including, please ? un-include is a script that can selectively replace system header contents with proper #include directives. That allows for example to modify a testcase to build with slightly different OS / multilib combinations. > 2. So instead of the grep -v "^#" I normally do > to strip pre-processor lines, what would you like instead ? Nothing. Keep it just like GCC produces it.