This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: New AIX template failures


On Mon, 2003-04-28 at 10:58, Benjamin Kosnik wrote:
> 
> >3983-fstram.cc includes:
> >
> >template
> >  std::basic_filebuf<unsigned char>::int_type
> >  std::basic_filebuf<unsigned char>::_S_pback_size;
> >
> >The error message is:
> >
> >std::basic_filebuf<unsigned char, std::char_traits<unsigned char>>::_S_pback_size
> >
> >There seem to be a different number of parameters.
> 
> ... the second template argument is a default, for char_traits<_T>. The
> instantiation in the file should work.
> 
> Looks like a compiler bug to me.

Put preprocessed source, target triplet, and command-line in GNATS; then
mark it as a regression if it is one.

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery dot com


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