OSDN Git Service

* iostream.cc (istream::operator>>(long double&))
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 1998 12:44:52 +0000 (12:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 1998 12:44:52 +0000 (12:44 +0000)
commit631b8355fb22922521a02b7e92024f1cf2d13079
tree5f877dfe4f2ad0ec448a75eae6a78a99aa2acf86
parentfc1317ae3178e132fc829d5c29713d2465f6a779
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17582 138bc75d-0d04-0410-961f-82ee72b054a4
libio/ChangeLog
libio/gen-params
libio/iostream.cc