http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54337
Richard Guenther changed:
What|Removed |Added
Target||x86_64-*-*
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54337
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54337
nbhargava at google dot com changed:
What|Removed |Added
Attachment #28062|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54337
--- Comment #2 from nbhargava at google dot com 2012-08-20 23:21:43 UTC ---
Created attachment 28062
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28062
Linux-compatible test case
The original test case was timed and compiled on a Mac. This
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54337
--- Comment #1 from Andrew Pinski 2012-08-20
23:07:54 UTC ---
For me it does not even compile:
t1.cc:44:36: error: ‘numeric_limits’ is not a member of ‘std’
expected_ss << std::setprecision(std::numeric_limits::digits10);