[Bug libstdc++/111390] libstdc++-v3/scripts/check_compile script is not useful

2023-09-13 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111390

--- Comment #7 from joseph at codesourcery dot com  ---
Stubbing out execution of tests can be done with a suitable board file (a 
board file to stub out linking as well is a bit more complicated).

https://gcc.gnu.org/pipermail/gcc/2017-September/224422.html

[Bug libstdc++/111390] libstdc++-v3/scripts/check_compile script is not useful

2023-09-13 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111390

Jonathan Wakely  changed:

   What|Removed |Added

Summary|'make check-compile' target |libstdc++-v3/scripts/check_
   |is not useful   |compile script is not
   ||useful

--- Comment #6 from Jonathan Wakely  ---
I've updated the summary to be clear that this is about the current incarnation
of the libstdc++ feature, which has been broken since the default changed
from-std=gnu++98 to -std=gnu++14 many years ago, or even earlier.