https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670
Bug ID: 65670 Summary: [5 Regression] missing libstdc++ symbols on powerpc64le-linux-gnu Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org not sure if this is a local configuration error, but I end up with a libstdc++ without these symbols (which exist in a lib built from the 4.9 branch): _ZNSt17bad_function_callD0Ev@GLIBCXX_3.4.15 4.6 _ZNSt17bad_function_callD1Ev@GLIBCXX_3.4.15 4.6 _ZNSt17bad_function_callD2Ev@GLIBCXX_3.4.15 4.6 _ZTVSt17bad_function_call@GLIBCXX_3.4.15 4.6 in any case, there should be a baseline_symbols.txt for powerpc64le-linux-gnu, which currently doesn't exist.