This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/30586] [4.2/4.3 regression] Namespace pollution in c++ headers
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2007 00:04:43 -0000
- Subject: [Bug libstdc++/30586] [4.2/4.3 regression] Namespace pollution in c++ headers
- References: <bug-30586-50@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pcarlini at suse dot de 2007-01-26 00:04 -------
(In reply to comment #3)
> Yes, config/cpu/ia64/atomic_word.h already existed before 4.2, but it wasn't
> picked up until this:
>
> 2006-07-14 Benjamin Kosnik <bkoz@redhat.com>
>
> * configure.host: Simplify.
I see. The problem is that, in 4_1-branch and 4_0-branch the case "${host_cpu}"
switch in configure.host lacks the appropriate entries for alpha, powerpc and
sparc. That is a separate, rather serious, bug, in my opinion, which should be
fixed at least in 4_1-branch. I mean to do that, barring contrary opinions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30586