From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD3F13851C03; Mon, 29 Jun 2020 17:23:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD3F13851C03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593451411; bh=NNj31P0eYpxFXBNxC5weV+wOq1Ee7+pZG+oYrBi8uN8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g8MOwhxtsHvRUUexZFBPuJqPo8Zcf8f1OSv+DEO7xjF1/dmAHMe0ARiViA/TL0MNw DpY/fiHoUtz7O5gjbRtUnbikCyxgGBNcvYSsfGMHjfsXwHxLecfVop+VWuaekD4T1M 2v5lHPsvc8GkUQn3qcPq4RAIrPBBPI9NlILAuuLM= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95949] mame build succeeds with -O3 but fails with -O2 and all -O3 flags added manually Date: Mon, 29 Jun 2020 17:23:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: 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: everconfirmed 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 17:23:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95949 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING --- Comment #7 from Jonathan Wakely --- The preprocessed source is incomplete, it looks like the relevant declarati= ons are probably in the preprocessed header ./../../../../mingw-gcc/obj/x64/Release/emu.h.gch Can you disable the use of the preprocessed header?=