------- Comment #10 from paolo at gcc dot gnu dot org  2006-03-12 16:56 -------
Subject: Bug 26532

Author: paolo
Date: Sun Mar 12 16:56:08 2006
New Revision: 111979

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111979
Log:
2006-03-12  Paolo Carlini  <[EMAIL PROTECTED]>

        PR target/26532
        * config/io/c_io_stdio.h (struct __ios_flags): Remove.
        * include/bits/ios_base.h: Adjust consistently.
        (ios_base::_S_local_word_size): Change to an anonymous enum.
        * src/ios.cc: Do not define static const data of __ios_flags,
        likewise for ios_base::_S_local_word_size.      
        * include/bits/locale_classes.h (locale::_S_categories_size):
        Change to an anonymous enum.
        * src/locale.cc: Don't define.

Modified:
    branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_1-branch/libstdc++-v3/config/io/c_io_stdio.h
    branches/gcc-4_1-branch/libstdc++-v3/include/bits/ios_base.h
    branches/gcc-4_1-branch/libstdc++-v3/include/bits/locale_classes.h
    branches/gcc-4_1-branch/libstdc++-v3/src/ios.cc
    branches/gcc-4_1-branch/libstdc++-v3/src/locale.cc


-- 


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

Reply via email to