This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/61166] overflow when parse number in std::duration operator""
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 23 Jun 2014 15:39:29 +0000
- Subject: [Bug libstdc++/61166] overflow when parse number in std::duration operator""
- Auto-submitted: auto-generated
- References: <bug-61166-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61166
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |4.10.0
--- Comment #14 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed on trunk - I'm not planning to fix this for 4.9 unless it's really
needed.