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 libstdc++/15154] [3.3 Regression] Lib doesn't provide implementations for some bitset extensions


------- Additional Comments From gdr at gcc dot gnu dot org  2004-05-01 23:46 -------
(In reply to comment #4)

> Interestingly, the definition of the incriminated members of
> std::_Base_bitset<1> are supplied in libstdc++-v3/src/bitset.cc.
> I don't understand why the linker is not finding it.

It turns that, on i686-pc-linux-gnu at least, the compiler is emitting
those definitions as if they were static file-scope functions, which
clearly is wrong.

> 
> -- Gaby
> 
> 



-- 


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


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