[Bug c++/54538] [4.8 Regression] Getting assembler messages when compiling

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 10 08:38:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54538

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-10 08:37:49 UTC ---
In r189000 there were two different symbols:
_ZNSt17_Function_handlerIFbRFiSt6vectorIiSaIiEEEENSt11chain_rangeIRS2_E12default_predMUlPS3_E_EE9_M_invokeERKSt9_Any_dataS4_
_ZNSt17_Function_handlerIFbRFiSt6vectorIiSaIiEEEENSt11chain_rangeIOS2_E12default_predMUlPS3_E_EE9_M_invokeERKSt9_Any_dataS4_

one was &, the other &&.
Now they are both:
_ZNSt17_Function_handlerIFbRFiSt6vectorIiSaIiEEEENSt11chain_rangeIT_E12default_predMUlPS3_E_EE9_M_invokeERKSt9_Any_dataS4_
...IRS2_E... vs. ... IOS2_E... vs. ...IT_E...



More information about the Gcc-bugs mailing list