This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING] [MSP430] Trunk patches required for gcc-6-branch to build for msp430
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Jozef Lawrynowicz <jozef dot l at somniumtech dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 26 May 2017 13:01:35 +0100
- Subject: Re: [PING] [MSP430] Trunk patches required for gcc-6-branch to build for msp430
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 43720F9E9D
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 43720F9E9D
- References: <6c897cac-0a15-7bb3-5e4c-97ce87787272@somniumtech.com>
On 22/05/17 17:16 +0100, Jozef Lawrynowicz wrote:
Ping, original post:
https://gcc.gnu.org/ml/gcc-patches/2017-03/msg01560.html
These are both libstdc++ patches and originally posted to the
libstdc++ list, so you'll have more luck mailing that list. I
committed both patches you're asking about, but I don't read
gcc-patches routinely.
---
For the msp430-elf target, the gcc-6-branch fails to build when
configured to enable C++ support.
The gcc-5-branch successfully builds with C++ support.
Backporting r244727 and r243310 to the gcc-6-branch fixes the two
build issues, so the build completes successfully.
I don't have write access to the GCC repository, so would appreciate
if someone could backport these patches to gcc-6-branch if that is
acceptable.
I've backported both patches, gcc-6-branch should build for you now.
Please let me know if it doesn't.