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 c++/16171] Problems when deriving from basic stream classes


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-24 08:11 -------
The ICE is fixed in 3.3.3 but this produces wrong in 3.3.3, 3.4.0, and 3.5.0:
pr16171.s: Assembler messages:
pr16171.s:609: Error: symbol `_ZTVSd' is already defined
pr16171.s:630: Error: symbol `_ZTTSd' is already defined
pr16171.s:643: Error: symbol `_ZTCSd0_Si' is already defined
pr16171.s:659: Error: symbol `_ZTCSd8_So' is already defined
pr16171.s:787: Error: symbol `_ZNSdD1Ev' is already defined
pr16171.s:913: Error: symbol `_ZTv0_n12_NSdD1Ev' is already defined
pr16171.s:924: Error: symbol `_ZThn8_NSdD1Ev' is already defined
pr16171.s:932: Error: symbol `_ZNSdD0Ev' is already defined
pr16171.s:1058: Error: symbol `_ZTv0_n12_NSdD0Ev' is already defined
pr16171.s:1069: Error: symbol `_ZThn8_NSdD0Ev' is already defined

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
      Known to fail|                            |3.3.3 3.4.0 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-24 08:11:16
               date|                            |


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


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