]> git.ipfire.org Git - thirdparty/gcc.git/commit
iostream.cc (istream::operator>>(long double&)): Scan value into separate variable...
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Tue, 17 Feb 1998 21:07:42 +0000 (21:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 17 Feb 1998 21:07:42 +0000 (14:07 -0700)
commitf7ed698119cf30028dcae990f587a3996b8fc999
treeb2668a9c6e8e9145b30e22c8e26f131e6ab5869e
parent56e7c89c1a090bf3537f246f119e6c35501f22be
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: r18043
libio/ChangeLog
libio/gen-params
libio/iostream.cc