This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26532] libmudflap failures on ia64
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2006 16:56:13 -0000
- Subject: [Bug target/26532] libmudflap failures on ia64
- References: <bug-26532-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 <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:
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