--- Comment #9 from pcarlini at suse dot de 2006-06-12 23:25 ---
Fixed.
--
pcarlini at suse dot de changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from paolo at gcc dot gnu dot org 2006-06-12 23:24 ---
Subject: Bug 26970
Author: paolo
Date: Mon Jun 12 23:24:22 2006
New Revision: 114591
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114591
Log:
2006-06-12 Paolo Carlini <[EMAIL PROTECTED]>
PR libstd
--- Comment #7 from pcarlini at suse dot de 2006-06-11 17:35 ---
I have a patch in testing...
--
pcarlini at suse dot de changed:
What|Removed |Added
AssignedTo|u
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-04-02 08:25 ---
(In reply to comment #5)
> Yes, too bad #pragma GCC system_header doesn't help here. Can somebody remind
> me exactly why and whether it's fixable?
Too bad libstdc++ has to complain about this not working :).
--
--- Comment #5 from pcarlini at suse dot de 2006-04-01 09:17 ---
Yes, too bad #pragma GCC system_header doesn't help here. Can somebody remind
me exactly why and whether it's fixable?
--
pcarlini at suse dot de changed:
What|Removed |Added
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-01 00:40 ---
(In reply to comment #3)
> __convert_from_v out of line (which could slow down the compiler anyways).
s/compiler/program/
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26970
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-01 00:40 ---
The warning is a true warning in that libstdc++ code contains:
const int __ret = std::snprintf(__out, __size, __fmt, __prec, __v);
But I don't know if there is a way of fixing this unless making
__convert_fro