This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/26532] libmudflap failures on ia64



------- Comment #9 from paolo at gcc dot gnu dot org  2006-03-06 18:06 -------
Subject: Bug 26532

Author: paolo
Date: Mon Mar  6 18:06:47 2006
New Revision: 111789

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111789
Log:
2006-03-06  Paolo Carlini  <pcarlini@suse.de>

        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:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/io/c_io_stdio.h
    trunk/libstdc++-v3/include/bits/ios_base.h
    trunk/libstdc++-v3/include/bits/locale_classes.h
    trunk/libstdc++-v3/src/ios.cc
    trunk/libstdc++-v3/src/locale.cc


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]