This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/27904] operator>> to floating point variable does not support "inf", "infinity", or "nan"
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2006 22:57:07 -0000
- Subject: [Bug libstdc++/27904] operator>> to floating point variable does not support "inf", "infinity", or "nan"
- References: <bug-27904-1313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pcarlini at suse dot de 2006-06-05 22:57 -------
(In reply to comment #6)
> (In reply to comment #5)
> > Please take this up with the C++ standard since the two stages conflict.
>
> 22.2.2.1.2, p5, does not conflict, because the conversion using %g happens at
> the end of Stage 2, p9, on the accumulated chars,
Sorry, I really meant Stage 3, p11. Only a detail.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27904