This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Missing explicit instantiations in libstdc++ (was Re: Unreviewed
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 4 Dec 2001 10:43:48 -0800 (PST)
- Subject: Re: Missing explicit instantiations in libstdc++ (was Re: Unreviewed
> Ok but how do we know the compilation is correct if there isn't a link and
> execute phase? 22_locale/ctype_members_char.cc fails due to an assertion
> failure on the PA, so it is likely that the compilation isn't correct for
> some reason. With your recent change, this isn't going to get tested any
> more.
I didn't change this file, only 22_locale/ctype.cc.
It should still fail.
Please look at my patch:
http://gcc.gnu.org/ml/gcc-patches/2001-12/msg00312.html
-benjamin