From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B7E46385841E; Tue, 12 Mar 2024 00:39:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7E46385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710203996; bh=Nrc0AHP93m3LaOe+LlgmZctZlxqgsWrQOt9cyCU1YFo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NmZhr/BR7R5g7Jh/Ok+NLm4nWmQ2OG/MZ8eyGMci9TjS20ZSPfkkxxUFaNCLrHJSU cvx0BxRViUVQpbO+dV3DCHpz+KrQlzNOt/DMOdvLvxpTKUxEfX3+daUIrlm9uSQT6F BWk49+XHkmPxUkdkX88CYZ/fEwUUkapJjkuzfmqo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/114314] ICE: in common_handle_option, at opts.cc:3356 with -fno-multiflags Date: Tue, 12 Mar 2024 00:39:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114314 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org Status|NEW |ASSIGNED --- Comment #3 from Andrew Pinski --- And yes adding RejectNegative fixes the ICE.=