https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109926
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=69581 --- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> --- We might need to use -nostdinc++ during the configure tests. Another possible solution would be to move the #include_next in our fenv.h wrapper outside the include guards. A similar fix was done in Bug 69581