[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-06-12 Thread paolo at gcc dot gnu dot org
--- 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=gccview=revrev=114591 Log: 2006-06-12 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-06-12 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-06-11 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-04-02 Thread pinskia at gcc dot gnu dot org
--- 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 :). --

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-04-01 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-03-31 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug libstdc++/26970] -O3 -Wformat=2 complains about floats written to ostream

2006-03-31 Thread pinskia at gcc dot gnu dot org
--- 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