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 libstdc++/30586] [4.2/4.3 regression] Namespace pollution in c++ headers



------- 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


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