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++/12206] Segmentation fault in basic_filebuf::seekoff


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


paolo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From paolo at gcc dot gnu dot org  2003-10-01 20:54 -------
Hi.
For some reason the testcase doesn't compile with current mainline.
Could you please fix it?

Many thanks, Paolo.

//////////

paolo:~> g++ 12206.cc
/tmp/cci1MeFL.o(.gnu.linkonce.t._ZNSt13basic_filebufI4Char6TraitsE9underflowEv+0x15):
In function `std::basic_filebuf<Char, Traits>::underflow()':
: undefined reference to `std::basic_filebuf<Char,
Traits>::_M_underflow_common(bool)'
/tmp/cci1MeFL.o(.gnu.linkonce.t._ZNSt13basic_filebufI4Char6TraitsE5uflowEv+0x15):
In function `std::basic_filebuf<Char, Traits>::uflow()':
: undefined reference to `std::basic_filebuf<Char,
Traits>::_M_underflow_common(bool)'
collect2: ld returned 1 exit status


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