]> gcc.gnu.org Git - gcc.git/commit - libio/iostream.cc
iostream.cc (istream::operator>>(long double&)): Scan value into separate variable...
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Sun, 1 Feb 1998 12:44:52 +0000 (12:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Feb 1998 12:44:52 +0000 (05:44 -0700)
commit54a60f6e257c8ab4853b2db893d4e610491ae424
tree5f877dfe4f2ad0ec448a75eae6a78a99aa2acf86
parent6ad85f177045a35b51da7eacb33b15037a8d38e4
iostream.cc (istream::operator>>(long double&)): Scan value into separate variable, in case long double is bigger than double.

        * iostream.cc (istream::operator>>(long double&))
        [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
        case long double is bigger than double.
        (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
        initializers of struct printf_info to match declaration order,
        to work around g++ bug.
        (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
        * gen-params: Add missing quotes.  Avoid useless use of command
        substitution.

From-SVN: r17582
libio/ChangeLog
libio/gen-params
libio/iostream.cc
This page took 0.056069 seconds and 5 git commands to generate.