1 new GCC HEAD@138890 regression

GCC regression tester regress@geoffk.org
Sat Aug 9 00:24:00 GMT 2008


With your recent patch, GCC HEAD revision 138890 had problems on:
native: regress-8 (1 NEW failures)
The previous build was of revision 138887.

Regressions for native:
old   g++.sum g++.dg/other/PR23205.C
old   gcc.sum gcc.dg/debug/dwarf2/dwarf-die3.c
old   gcc.sum gcc.dg/pch/valid-1b.c
old   gcc.sum gcc.dg/pr30286.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/vect/vect-67.c
NEW   libstdc++.sum ext/pb_ds/regression/trie_data_map_rand.cc
fixed libstdc++.sum ext/pb_ds/regression/trie_no_data_map_rand.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r138889 | manu | 2008-08-08 23:07:49 +0000 (Fri, 08 Aug 2008) | 12 lines
Changed paths:
   M /trunk/libcpp

Property changes on: libcpp
___________________________________________________________________
Name: svn:ignore
   - autom4te.cache
   + TAGS
TAGS.sub
GPATH
GRTAGS
GSYMS
GTAGS
autom4te.cache

------------------------------------------------------------------------
r138890 | manu | 2008-08-08 23:15:31 +0000 (Fri, 08 Aug 2008) | 26 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-opts.c
   M /trunk/gcc/common.opt
   M /trunk/gcc/flags.h
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/options.c
   M /trunk/gcc/java/ChangeLog
   M /trunk/gcc/java/lang.c
   M /trunk/gcc/opts.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/unused-6-WallWextra.c
   A /trunk/gcc/testsuite/gcc.dg/unused-6-no.c
   M /trunk/gcc/toplev.c

2008-08-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	PR 28875
	* flags.h (set_Wunused): Delete
	* toplev.c (process_options): Handle Wunused flags here.
	* opts.c (maybe_warn_unused_parameter): Delete.
	(common_handle_option): Replace set_Wunused by warn_unused.
	(set_Wextra): Do not handle Wunused-parameter here.
	(set_Wunused): Delete.
	* c-opts.c (c_common_handle_option): Replace set_Wunused by
	warn_unused.
	* common.opt (Wunused): Add Var and Init.
	(Wunused-function): Likewise.
	(Wunused-label): Likewise.
	(Wunused-parameter): Likewise.
	(Wunused-value): Likewise.
	(Wunused-variable): Likewise.
fortran/
	* options.c (set_Wall): Replace set_Wunused by warn_unused.
java/	
	* lang.c (java_handle_option): Replace set_Wunused with
	warn_unused.
testsuite/
	* gcc.dg/unused-6-no.c: New.
	* gcc.dg/unused-6-WallWextra.c: New.

------------------------------------------------------------------------

For more information, see <http://glutton.geoffk.org/HEAD/>.

-------------- next part --------------

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list