GCC build failure, HEAD@174307 on native
regress
regress@apple.com
Thu May 26 20:46:00 GMT 2011
With your recent patch, GCC HEAD revision 174307 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 174305.
Log information for changes since the last build:
------------------------------------------------------------------------
r174307 | froydnj | 2011-05-26 13:15:22 -0700 (Thu, 26 May 2011) | 18 lines
Changed paths:
M /trunk/gcc/cp/ChangeLog
M /trunk/gcc/cp/name-lookup.c
M /trunk/gcc/cp/name-lookup.h
M /trunk/gcc/cp/semantics.c
M /trunk/gcc/testsuite/ChangeLog
M /trunk/gcc/testsuite/g++.dg/cpp0x/range-for5.C
A /trunk/gcc/testsuite/g++.dg/parse/pr18770.C
M /trunk/gcc/testsuite/g++.old-deja/g++.jason/cond.C
detect C++ errors to fix 2288 and 18770
gcc/cp/
PR c++/2288
PR c++/18770
* name-lookup.h (enum scope_kind): Add sk_cond.
* name-lookup.c (pushdecl_maybe_friend): Get scope of shadowed local.
Detect and report error for redeclaration from for-init or if
or switch condition.
(begin_scope): Handle sk_cond.
* semantics.c (begin_if_stmt): Use sk_cond.
(begin switch_stmt): Ditto.
gcc/testsuite/
PR c++/2288
PR c++/18770
* g++.old-deja/g++.jason/cond.C: Remove xfails.
* g++.dg/parse/pr18770.C: New test.
* g++.dg/cpp0x/range-for5.C: Add dg-error marker.
------------------------------------------------------------------------
For more information, see <http://gcc.gnu.org/regtest/HEAD/>.
-------------- next part --------------
# Early copyback; see "all" above for the rationale. The
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh /Users/regress/tbox/svn-gcc/libgcc/../mkinstalldirs ../../.././gcc/ppc64
parts="crt2.o crt3.o"; \
for file in $parts; do \
rm -f ../../.././gcc/ppc64/$file; \
/usr/bin/install -c -m 644 $file ../../.././gcc/ppc64/; \
case $file in \
*.a) \
ranlib -c ../../.././gcc/ppc64/$file ;; \
esac; \
done
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1
-------------- next part --------------
--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list