On 26/05/2017 13:01, Jonathan Wakely wrote:
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.
Brilliant, the gcc-6-branch builds cleanly for msp430-elf now, thanks!
-bash-4.2$ ./usr/local/bin/msp430-elf-gcc -v
Target: msp430-elf
Configured with: ../configure --target=msp430-elf --enable-languages=c,c++
Thread model: single
gcc version 6.3.1 20170526 (GCC)