This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] c++0x, remove invalid uninitialized duration check
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Chris Fairles <chris dot fairles at gmail dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 10 Oct 2008 14:13:26 +0200
- Subject: Re: [v3] c++0x, remove invalid uninitialized duration check
- References: <fac6bb500810100452t687dae52ma0d6772f69c0057f@mail.gmail.com>
Chris Fairles wrote:
> Reg tested x86_64 (both with -Wall and without). Ok for trunk?
>
Ok. Now I see that the warning triggers at line 114, if we actually try
to compare the uninitialized value, that's correct...
Paolo.