This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: extracting -1 from stringstream to unsigned on 64bits
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Tomasz Mikolajczyk <tmmikolajczyk at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 07 Feb 2011 21:28:48 +0100
- Subject: Re: extracting -1 from stringstream to unsigned on 64bits
- References: <4D504D68.4040401@gmail.com>
On 02/07/2011 08:52 PM, Tomasz Mikolajczyk wrote:
> Is it a known issue?
I suppose you are talking about libstdc++/39802, which has been fixed
for 4.4.1 and newer GCCs.
As the testcase part of 39802 shows, the correct behavior for the
parsing is to not fail.
Paolo.