--- Comment #6 from bkoz at gcc dot gnu dot org 2006-09-04 15:41 ---
Subject: Bug 28871
Author: bkoz
Date: Mon Sep 4 15:41:18 2006
New Revision: 116680
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116680
Log:
2006-09-04 Benjamin Kosnik <[EMAIL PROTECTED]>
PR c++/28
--- Comment #5 from bkoz at gcc dot gnu dot org 2006-09-04 15:26 ---
Fixed.
--
bkoz at gcc dot gnu dot org changed:
What|Removed |Added
Status|WAITING
--- Comment #4 from bkoz at gcc dot gnu dot org 2006-09-04 15:25 ---
...this is a PCH vs. anonymous namespace issue. Crack smoking! If PCH is
incommpatible with anonymous namespaces, then -Winvalid-pch needs to warn about
it at the time of pch creation.
I'm going to check in a fix to
--- Comment #3 from bkoz at gcc dot gnu dot org 2006-08-29 10:44 ---
Actually, this is -S, so not just compile only. Hmm.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28871
--- Comment #2 from bkoz at gcc dot gnu dot org 2006-08-29 10:36 ---
More info.
I was able to take mainline libstdc++ sources, modify limits,
--disable-visibility and then run check-compile on the same machine/os/sources
with both 4_1-branch and mainline (20060827).
The time just to c
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-28 13:23 ---
It might not have doubled but one testcase that was added might have been
always slow. We really need one testcase that has slowed down or one testcase
that has always been slow that was added.
--
pinskia at gcc