From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10317 invoked by alias); 2 Oct 2013 20:12:41 -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 Received: (qmail 10290 invoked by uid 48); 2 Oct 2013 20:12:37 -0000 From: "reichelt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/26784] Non C based frontend ICEs on -fmudflap Date: Wed, 02 Oct 2013 20:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.2.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: reichelt at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status cf_known_to_work resolution cf_known_to_fail Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-10/txt/msg00124.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26784 Volker Reichelt changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-invalid-code, | |monitored | Status|NEW |RESOLVED Known to work| |4.7.0 Resolution|--- |FIXED Known to fail| |4.0.0, 4.2.0, 4.6.0 --- Comment #4 from Volker Reichelt --- This seems to be fixed since GCC 4.7.0. The ICE is gone and a sensible warning is given (although the second line of the warning is still questionable): f951: warning: command line option '-fmudflap' is valid for C/C++/ObjC/ObjC++ but not for Fortran [enabled by default] f951: warning: command line option '-fno-builtin' is valid for C/C++/ObjC/ObjC++ but not for Fortran [enabled by default]