12 GCC regressions, 0 new, with your patch on 2002-03-03T18:00:34Z.

GCC regression checker regress@maat.cygnus.com
Sun Mar 3 12:34:00 GMT 2002


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 12
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
powerpc-eabisim g++.sum g++.bugs/900322_01.C
powerpc-eabisim g++.sum g++.jason/special.C
powerpc-eabisim g++.sum g++.niklas/t131.C
powerpc-eabisim g++.sum g++.pt/crash14.C
powerpc-eabisim g++.sum g++.pt/partial2.C
powerpc-eabisim gcc.sum gcc.dg/c99-array-nonobj-1.c
native g++.sum g++.bugs/900322_01.C
native g++.sum g++.jason/special.C
native g++.sum g++.niklas/t131.C
native g++.sum g++.pt/crash14.C
native g++.sum g++.pt/partial2.C
native gcc.sum gcc.dg/c99-array-nonobj-1.c

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-03-03T15:26:16Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Sun Mar  3 07:26:30 2002
+++ gcc/gcc/ChangeLog	Sun Mar  3 10:00:49 2002
@@ -1,5 +1,21 @@
 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+	* 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
+	convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
+	i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
+	m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
+	pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
+	stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
+	Delete.
+	* defaults.h (BITS_PER_WORD): Define.
+	* doc/tm.texi (BITS_PER_WORD): Document default value.	
+
+	* 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
+	m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
+	stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
+
+2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
 	* attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
 	lieu of explicit sizeof/sizeof.
 	* i386.c (override_options, ix86_init_mmx_sse_builtins,
--- /maat/heart/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Sat Mar  2 14:37:19 2002
+++ gcc/libstdc++-v3/ChangeLog	Sun Mar  3 10:01:13 2002
@@ -1,3 +1,10 @@
+2002-03-03  Phil Edwards  <pme@gcc.gnu.org>
+
+	PR libstdc++/3955
+	* include/std/std_sstream.h:  Remove trailing spaces.
+	(basic_stringbuf::_M_stringbuf_init):  Also check for ios_base::app.
+	* testsuite/27_io/stringbuf.cc (test05, test06):  New tests.
+
 2002-03-02  Paolo Carlini  <pcarlini@unitus.it>
 
 	* testsuite/22_locale/num_get_members_char.cc (test04):

ChangeLog entries between 2002-03-03T15:26:16Z and the last time everything
passed, on 2002-03-03T02:30:03Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Sat Mar  2 18:30:22 2002
+++ gcc/gcc/ChangeLog	Sun Mar  3 07:26:30 2002
@@ -1,3 +1,92 @@
+2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
+	lieu of explicit sizeof/sizeof.
+	* i386.c (override_options, ix86_init_mmx_sse_builtins,
+	ix86_expand_builtin): Likewise.
+	* mips.c (mips_add_gc_roots): Likewise.
+	* mmix.c (mmix_output_condition): Likewise.
+	* rs6000.c (rs6000_override_options, altivec_expand_builtin,
+	altivec_init_builtins): Likewise.
+	* sparc.c (mark_ultrasparc_pipeline_state): Likewise.
+	* cppexp.c (Nsuff, parse_number): Likewise.
+	* cppinit.c (builtin_array_end): Likewise.
+	* gcc.c (n_default_compilers, process_command): Likewise.
+	* genpreds.c (output_predicate_decls): Likewise.
+	* ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
+	* lcm.c (N_ENTITIES): Likewise.
+	* stor-layout.c (set_sizetype): Likewise.
+	
+2002-03-03  Richard Henderson  <rth@redhat.com>
+
+	* toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
+	for types or labels.
+
+2002-03-03  Richard Henderson  <rth@redhat.com>
+
+	* c-decl.c (start_decl): Initialized variables are not common.
+
+2002-03-02  Per Bothner  <per@bothner.com>
+
+	* gcc.c (option_map):  Suport new --bootclasspath option.
+	--CLASSPATH is now just an alias for --classpath.
+
+2002-03-02  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
+	load if "internal" visibility.
+	* doc/extend.texi: Document visibility meanings.
+
+2002-03-02  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
+	to functions as well.
+
+2002-03-02  Richard Henderson  <rth@redhat.com>
+
+	* attribs.c (handle_alias_attribute): Don't call assemble_alias.
+	(handle_visibility_attribute): Don't call assemble_visibility.
+	* toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
+	without asmspec.  Invoke assemble_alias when needed.
+	* varasm.c (maybe_assemble_visibility): New.
+	(assemble_start_function, assemble_variable, assemble_alias): Use it.
+
+2002-03-02  Richard Henderson  <rth@redhat.com>
+
+	* varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
+	invoke ENCODE_SECTION_INFO with first call flag.
+
+	* config/darwin-protos.h, config/darwin.c, config/darwin.h,
+	config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
+	config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h, 
+	config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
+	config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
+	config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
+	config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
+	config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
+	config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
+	config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
+	config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
+	config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
+	config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c, 
+	config/m68hc11/m68hc11.h, config/m88k/m88k.h, 
+	config/mcore/mcore-protos.h, config/mcore/mcore.c,
+	config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
+	config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
+	config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c, 
+	config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
+	config/sh/sh.h, config/sparc/sparc.h,
+	config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
+	config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
+	config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
+	FIRST argument.  As needed, examine it and do nothing.
+
+	* config/darwin.h, config/alpha/alpha.h, config/arm/pe.h, 
+	config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
+	config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
+
+	* config/arm/t-pe (pe.o): Add dependencies.
+
 2002-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Sat Mar  2 12:03:28 2002
+++ gcc/gcc/cp/ChangeLog	Sun Mar  3 07:26:44 2002
@@ -1,3 +1,10 @@
+2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
+	explicit sizeof/sizeof.
+	* decl2.c (cxx_decode_option): Likewise.
+	* lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
+
 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
 
 	PR c++/775
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Sat Mar  2 12:03:34 2002
+++ gcc/gcc/java/ChangeLog	Sun Mar  3 07:26:50 2002
@@ -1,3 +1,38 @@
+2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* class.c (init_class_processing): Use ARRAY_SIZE in lieu of
+	explicit sizeof/sizeof.
+	* decl.c (java_init_decl_processing): Likewise.
+	* jcf-parse.c (init_jcf_parse): Likewise.
+	* parse.y (init_src_parse): Likewise.
+
+2002-03-02  Per Bothner  <per@bothner.com>
+
+	Make --CLASSPATH by a synonym for --classpath and -classpath.
+	Implement --bootclasspath.
+	* jcf-path.c (classpath_u):  Rename static variable to classpath_user.
+	(classpath_l):  Remove.
+	(jcf_path_CLASSPATH_arg):  Remove.
+	(jcf_path_bootclasspath_arg):  New function.
+	(jcf_path_seal):  Simplify accordingly.
+
+	* jcf.h (jcf_path_bootclasspath_arg):  New declarations.
+	(jcf_path_CLASSPATH):  Remove declaration.
+	* jvspec.c (jvgenmain_spec):  Also accept -fbootclasspath*.
+	(lang_specific_driver):  Translate -bootclasspath.
+	* lang-options.h:  Add --bootclasspath.  Update --CLASSPATH.
+	* lang.c (decode_lang_options):  Do jcf_path_init first.
+	Handle -fCLASSPATH same as -fclasspath.  Also process -fbootclasspath.
+	* gjavah.c:  Also handle --bootclasspath.
+	Handle --CLASSPATH as a synonum for --classpath.
+	* jcf-dump.c: Likewise.
+
+	"." is not part of system path, but is the default for --classpath.
+	* jcf-path.c (jcf_path_init):  Don't add "." to sys_dirs.
+	(jcf_path_seal):  Add "." if no CLASSPATH specified.
+
+	* gcj.texi:  Document changes.
+
 2002-03-01  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
 	* expr.c (build_java_arraystore_check): Fix formatting.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Sat Mar  2 12:03:39 2002
+++ gcc/gcc/testsuite/ChangeLog	Sat Mar  2 23:40:11 2002
@@ -1,3 +1,7 @@
+2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
+
+        * gcc.dg/20020103-1.c: Add other -D ppc variants.
+
 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* g++.dg/other/classkey1.C: New test.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Fri Mar  1 05:47:17 2002
+++ gcc/libjava/ChangeLog	Sun Mar  3 04:51:20 2002
@@ -1,3 +1,7 @@
+2002-03-03 Mark Wielaard <mark@klomp.org>
+
+	* java/util/Timer (TaskQueue.stop): set elements to zero.
+
 2002-02-28  Anthony Green  <green@redhat.com>
 
 	* java/lang/reflect/natMethod.cc (result): Add void* element.
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list