https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117813
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ipa |libstdc++
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
14 emits a call to
_ZNSt12__shared_ptrINSt10filesystem7__cxx1128recursive_directory_iterator10_Dir_stackELN9__gnu_cxx12_Lock_policyE2EEC4Ev
while trunk emits a call to
_ZNSt12__shared_ptrINSt10filesystem7__cxx1128recursive_directory_iterator10_Dir_stackELN9__gnu_cxx12_Lock_policyE2EEC1Ev
Notice 1Ev vs 4Ev ...