------- 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_from_v out of line (which could slow down the compiler anyways).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|gcc version 3.4.3 20041212  |
                   |(Red Hat 3.4.3-9.EL4)       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26970

Reply via email to