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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23513|0                           |1
        is obsolete|                            |

--- Comment #2 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2011-03-07 
15:32:09 UTC ---
Created attachment 23571
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23571
assembly with undefined references in clone table

This is the assembly file that has the following undefined references:

src/Game.o:(.tm_clone_table+0x108): undefined reference to `transaction clone
for std::_List_iterator<Building*>::_List_iterator(std::_List_node_base*)'
src/Game.o:(.tm_clone_table+0x258): undefined reference to `transaction clone
for
std::_List_iterator<Game::BuildProject>::_List_iterator(std::_List_node_base*)'

The 2nd reference is the following mangled symbol:

_ZGTtNSt14_List_iteratorIN4Game12BuildProjectEEC1EPSt15_List_node_base

Reply via email to