[Bug libstdc++/61536] [4.10 regression] g++ and libstdc++ regressions on arm-none-linux-gnueabihf with missing typeinfo
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Tue Jun 17 13:47:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61536
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
CC|hubicka at gcc dot gnu.org |
--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Uhmm, we aren't actually checking the arm-linux ABI in libstc++/config, thus if
you are missing operator!=, which is inline for all targets (and not exported
for all the targets for which we check the ABI), I'm afraid all the bets are
off: before my changes you may have relied on *any* inline symbol, elsewhere
too. I would then recommend reverting for now my changes and closing this bug.
Thanks.
More information about the Gcc-bugs
mailing list