GCC build of HEAD failed for native with your patch on 2004-04-05T22:25:51Z.
Andrew Pinski
pinskia@physics.uc.edu
Tue Apr 6 03:15:00 GMT 2004
On Apr 5, 2004, at 23:00, GCC regression checker wrote:
> With your recent patch, GCC HEAD does not compile on:
> native
> Attached is build output for those targets.
>
> The build failures are new.
>
> For more information, see http://gcc.gnu.org/regtest/.
>
> <ChangeLog.diff><native-log.txt>--
> Geoffrey Keating <geoffk@apple.com>
> (via an automated GCC regression-testing script.)
Note the error message from the full log:
...rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -W
-Wall -D_GNU_SOURCE -DPREFIX=\"/Users/regress/tbox/objs\"
-DLIBDIR=\"/Users/regress/tbox/objs/lib\"
-DBOOT_CLASS_PATH=\"/Users/regress/tbox/objs/share/java/libgcj
-3.5.0.jar\" -g -O2 -Wp,-MD,.deps/boehm.pp -c
/Users/regress/tbox/cvs-gcc/gcc/libjava/boehm.cc -fno-common -DPIC -o
.libs/boehm.o
In file included from
/Users/regress/tbox/cvs-gcc/gcc/libjava/java/lang/Class.h:18,
from ./include/java-gc.h:26,
from
/Users/regress/tbox/cvs-gcc/gcc/libjava/include/jvm.h:25,
from
/Users/regress/tbox/cvs-gcc/gcc/libjava/boehm.cc:16:
./java/lang/String.h:25: error: global qualification of class name is
invalid before ':' token
In file included from
/Users/regress/tbox/cvs-gcc/gcc/libjava/java/lang/Class.h:19,
from ./include/java-gc.h:26,
from
/Users/regress/tbox/cvs-gcc/gcc/libjava/include/jvm.h:25,
from
/Users/regress/tbox/cvs-gcc/gcc/libjava/boehm.cc:16:
./java/net/URL.h:25: error: global qualification of class name is
invalid before ':' token
....
The only patch which could have caused this is:
+2004-04-05 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/3518
+ * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer
+ level.
Thanks,
Andrew Pinski
More information about the Gcc-regression
mailing list