[Bug libstdc++/79862] Compilation error while building libstdc++
sbansal at ciena dot com
gcc-bugzilla@gcc.gnu.org
Mon Mar 6 09:17:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862
--- Comment #4 from Sumit <sbansal at ciena dot com> ---
(In reply to Andrew Pinski from comment #3)
> --disable-hosted-libstdcxx \
>
> That is more likely the cause. non-hosted libstdc++ is not well tested.
Hi Andrew,
Thanks for the comments.
Actually, when we say "--disable-hosted-libstdcxx", we mean that we only want a
limited set of headers (same as the one in "freestanding" mode).
But as per the info below, "freestanding" mode supports typeinfo and exception
headers.
In "freestanding" mode only the following headers can be safely used:
•cstdarg
•cstddef
•cstdlib
•exception
•limits
•new
•exception
•typeinfo
More information about the Gcc-bugs
mailing list