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 bootstrap/53042] AIX bootstrap: cgraph symbol table error


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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-04-19
                 CC|                            |hubicka at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from David Edelsohn <dje at gcc dot gnu.org> 2012-04-19 13:44:04 UTC ---
/farm/dje/src/src/libstdc++-v3/src/c++98/iostream-inst.cc:49:1: error:
non-DECL_ONE_ONLY node in a same_comdat_group list
 } // namespace
 ^
_ZTCSd8_So/272 (int (* std::basic_iostream<char>::_ZTCSd8_So [10])(...))
@708fad38
  Type: variable
  Visibility: public weak comdat section_name:_ZTCSd8_So virtual artificial
  Same comdat group as: _ZTVSd/269
  References: _ZTISo/413 (addr)_ZNSoD1Ev/230 (addr)_ZNSoD0Ev/231
(addr)_ZTISo/413 (addr)_ZTv0_n12_NSoD1Ev/414 (addr)_ZTv0_n12_NSoD0Ev/415 (addr)
  Referring: _ZTTSd/270 (addr)_ZTTSd/270 (addr)
  Availability: not-ready
  Varpool flags: initialized needed analyzed finalized
/farm/dje/src/src/libstdc++-v3/src/c++98/iostream-inst.cc:49:1: internal
compiler error: verify_symtab_node failed
 } // namespace

/farm/dje/src/src/libstdc++-v3/src/c++98/istream-inst.cc:96:1: error:
non-DECL_ONE_ONLY node in a same_comdat_group list
 } // namespace
 ^
_ZTTSi/622 (const void* std::basic_istream<char>::_ZTTSi [2]) @70a90e10
  Type: variable
  Visibility: public weak comdat section_name:_ZTTSi virtual artificial
  Same comdat group as: _ZTVSi/621
  References: _ZTVSi/621 (addr)_ZTVSi/621 (addr)
  Referring: 
  Availability: not-ready
  Varpool flags: initialized needed analyzed finalized
/farm/dje/src/src/libstdc++-v3/src/c++98/istream-inst.cc:96:1: internal
compiler error: verify_symtab_node failed
 } // namespace


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