[Bug libstdc++/88999] [9/10 Regression] testcases using in_avail() fail on nios2-elf
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 12 21:23:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88999
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Sandra Loosemore <sandra@gcc.gnu.org>:
https://gcc.gnu.org/g:02ce382cd323097f9d02fbf91e0a3f59ebcd3d30
commit r10-6603-g02ce382cd323097f9d02fbf91e0a3f59ebcd3d30
Author: Sandra Loosemore <sandra@codesourcery.com>
Date: Wed Feb 12 12:20:15 2020 -0800
Use a non-empty test program to test ability to link.
On bare-metal targets, I/O support is typically provided by a BSP and
requires a linker script and/or hosting library to be specified on the
linker command line. Linking an empty program with the default linker
script may succeed, however, which confuses libstdc++ configuration
when programs that probe for the presence of various I/O features fail
with link errors.
2020-02-12 Sandra Loosemore <sandra@codesourcery.com>
PR libstdc++/79193
PR libstdc++/88999
config/
* no-executables.m4: Use a non-empty program to test for linker
support.
libgcc/
* configure: Regenerated.
libgfortran/
* configure: Regenerated.
libiberty/
* configure: Regenerated.
libitm/
* configure: Regenerated.
libobjc/
* configure: Regenerated.
libquadmath/
* configure: Regenerated.
libssp/
* configure: Regenerated.
libstdc++v-3/
* configure: Regenerated.
More information about the Gcc-bugs
mailing list