This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++-v3 patch] Fix invalid use of signed wchar_t and unsigned wchar_t in <type_traits>
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Doug Gregor <doug dot gregor at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 02 Jul 2007 14:14:58 +0200
- Subject: Re: [libstdc++-v3 patch] Fix invalid use of signed wchar_t and unsigned wchar_t in <type_traits>
- References: <24b520d20706291348i249ab08bq22c88f5c5c0e055d@mail.gmail.com> <4685944D.5050902@suse.de> <24b520d20706300647x78f00140h29f1fdc4d0ee8b53@mail.gmail.com>
Hi again Doug,
sorry: before committing your patch, did you fully regtest it? I'm
asking because people are reporting regressions:
http://gcc.gnu.org/ml/gcc-testresults/2007-07/msg00047.html
Probably, there are some trivial fallbacks, like adjusting dg-error line
numbers in negative tests and / or removing / adjusting tests
incorrectly involving signed / unsigned wchar_t...
Can you look into fixing that?
Paolo.