This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Incorrect char extraction code
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: Incorrect char extraction code
- From: Jason Merrill <jason at redhat dot com>
- Date: 06 Feb 2001 13:57:28 +0000
- Cc: "Rosen, Hyman" <Hyman dot Rosen at kbcfp dot com>, "'libstdc++ at gcc dot gnu dot org'" <libstdc++ at gcc dot gnu dot org>
- References: <415C10091CFFD21193A50060083606C601AE3526@msny2.nyc.kbcfp.com><u9hf2igvqn.fsf@casey.cambridge.redhat.com><20010205144816.B10346@disaster.jaj.com>
>>>>> "Phil" == Phil Edwards <pedwards@disaster.jaj.com> writes:
> Before I make that change... why *does* the code compile?
It's an ancient gcc extension, which we should be pedwarning about but
currently don't because of a bug. I'll fix it.
Jason