[Bug libstdc++/80196] fenv_t not declared

2021-07-24 Thread isuruf at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #12 from Isuru Fernando --- I patched libstdc++-v3/acinclude.m4 to add -nostdinc++ in GLIBCXX_INCLUDES and it worked for me. (My previous analysis was wrong. This issue is in canadian cross compilers where GXX_FOR_TARGET includes its

[Bug libstdc++/80196] fenv_t not declared

2021-07-24 Thread isuruf at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 Isuru Fernando changed: What|Removed |Added CC||isuruf at gmail dot com --- Comment #10