This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/61536] [4.10 regression] g++ and libstdc++ regressions on arm-none-linux-gnueabihf with missing typeinfo


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]