From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F1623857027; Thu, 20 Aug 2020 19:59:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F1623857027 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597953547; bh=JRkG+7EpO+onmd2t98QDhW/OhLEHxofq4Y7CZkFuuH4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rNBjXGCOnX0LdeYEM/Wuo89W9UCppGHPwbn9dkYJPYMloC3NiOFPVynG+iWiDTY8q yhA69grr5tUe773PdkY0aXtqPEzxDYyow/p0IAihgQSAjfCBntpNKMU1GfMExGx2UY mYdMgCSN6hunXIMcULXk/i5ekpeNoKN2gEJ27R/A= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/96612] [11 Regression][submitted patch] Fails to bootstrap with older --build= than --host= compiler due to missing -std=c++11 Date: Thu, 20 Aug 2020 19:59:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: build, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: Thu, 20 Aug 2020 19:59:07 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96612 --- Comment #1 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:7ffcf5d61174dda1f39a623e15f7e5d6b98bbafc commit r11-2787-g7ffcf5d61174dda1f39a623e15f7e5d6b98bbafc Author: Tobias Burnus Date: Thu Aug 20 21:59:00 2020 +0200 configure: Also check C++11 (flags) for ${build} compiler not only for ${host} config/ChangeLog: PR bootstrap/96612 * ax_cxx_compile_stdcxx.m4: Add fourth argument to check also the CXX_FOR_BUILD compiler. ChangeLog: PR bootstrap/96612 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler, if not the same as ${host}. * configure: Regenerate.=