This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GCC build failed with your patch on 2001-02-12T22:35:00Z.


(This is an automated message.)

With your recent patch, GCC does not compile.  The last 20 or so
lines of the build output are attached.  Also attached is a diff of
the ChangeLog entries since the last time the regression tests passed,
on 2001-02-12T07:35:00Z.

The build failures are new.

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:3963: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c: In function `print_operand_address':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:4392: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c: In function `output_toc':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:6851: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:6851: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:6904: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:6923: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:6926: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:6941: warning: comparison between signed and unsigned
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c: In function `output_profile_hook':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:7152: warning: assignment discards qualifiers from pointer target type
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c: In function `output_function_profiler':
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:7169: warning: unused variable `j'
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:7169: warning: unused variable `i'
/sloth/delay/tbox/cvs-gcc/gcc/gcc/config/rs6000/rs6000.c:7168: warning: unused variable `last_parm_reg'
make[1]: *** [rs6000.o] Error 1
make[1]: Leaving directory `/sloth/delay/tbox/build-gcc/gcc'
make: *** [all-gcc] Error 2
+ exit 1
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/ChangeLog	Sun Feb 11 23:36:09 2001
+++ gcc/gcc/ChangeLog	Mon Feb 12 14:35:44 2001
@@ -1,3 +1,57 @@
+2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
+
+	* config/rs6000/rs6000.c (rs6000_float_const): Remove warning.
+	(setup_incoming_varargs): Remove warning.
+
+	* config/rs6000/rs6000.c (validate_condition_mode): When
+	flag_fast_math, allow floating-point conditionals to be reversed.
+	(rs6000_generate_compare): When flag_fast_math, don't generate
+	cror operations for FP conditionals.
+
+	* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Handle
+	-mcall-i960.
+	(ASM_SPEC): Likewise.
+	(CC1_ENDIAN_LITTLE_SPEC): Likewise.
+	(CC1_SPEC): Likewise.
+	(LINK_TARGET_SPEC): Likewise.
+	(CPP_ENDIAN_SPEC): Likewise.
+	* Makefile.in (check-consistency): New target.
+
+2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-decl.c (grokdeclarator): In C99 mode, give the more specific
+	"return type defaults" warning for functions with return type
+	defaulting to int.
+	* c-lang.c (c_init): In C99 mode, enable warnings for implicit
+	function declarations by default rather than only when pedantic.
+
+Mon Feb 12 17:28:48 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+	* regclass.c (init_reg_sets_1): Optimize calculation of move_cost
+	arrays.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* extend.texi (Deprecated): Deprecate new initializer lists.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* mkdeps.c (deps_add_default_target): Robustify. Add
+	basename component only.
+	* cpp.texi (-M): Describe how default target is generated.
+	* invoke.texi (-M): Likewise.
+
+2001-02-12  Kazu Hirata  <kazu@hxi.com>
+
+	* toplev.c (push_float_handler): Remove.
+	(pop_float_handler): Remove.
+	* toplev.h: Remove prototypes for the above functions.
+
+2001-02-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* c-common.c (constant_fits_type_p): New function.
+	(convert_and_check): Use it.
+
 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
 
 	* Makefile.in (GXX_ABI_FLAG): Don't define.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Sun Feb 11 23:36:10 2001
+++ gcc/gcc/cp/ChangeLog	Mon Feb 12 08:35:53 2001
@@ -1,3 +1,24 @@
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* typeck2.c (process_init_constructor): Check
+	TREE_HAS_CONSTRUCTOR before issuing missing init warning.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
+	Remove spurious information in comment. Allow further
+	adjustments of REFERENCE_TYPE args.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* errfn.c (cp_deprecated): Tweak diagnostic text.
+	* parse.y (new_initializer): Deprecate initializer lists
+	extension.
+
+2001-02-12  Mark Mitchell  <mark@codesourcery.com>
+
+	Remove old ABI support.
+
 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
 
 	* decl2.c (flag_vtable_thunks): Always set it to 1.
--- /sloth/delay/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Sun Feb 11 20:35:48 2001
+++ gcc/gcc/testsuite/ChangeLog	Mon Feb 12 14:35:46 2001
@@ -1,3 +1,31 @@
+2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
+
+	* consistency.vlad: New directory, 1665 files.
+
+2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
+	return type.
+	* gcc.dg/cpp/digraphs.c: Declare puts.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.other/warn5.C: New test.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.pt/spec40.C: New test.
+
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
+	case.
+	* g++.old-deja/g++.ext/arrnew.C: Deprecate.
+
+2001-02-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/compile/20010209-1.c: New test.
+
 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
 
 	* g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
--- /sloth/delay/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Sun Feb 11 17:35:44 2001
+++ gcc/libstdc++-v3/ChangeLog	Mon Feb 12 02:36:14 2001
@@ -1,3 +1,7 @@
+2001-02-12  Mark Mitchell  <mark@codesourcery.com>
+
+	* src/locale.cc: Remove bogus locale::id definitions.
+
 2001-02-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
 
 	* include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,
--- /sloth/delay/tbox/changelog_pass/gcc/libjava/ChangeLog	Fri Feb  9 17:35:51 2001
+++ gcc/libjava/ChangeLog	Mon Feb 12 11:35:41 2001
@@ -1,3 +1,9 @@
+2001-02-12  Jeff Sturm  <jeff.sturm@commerceone.com>
+            Tom Tromey  <tromey@redhat.com>
+
+	* interpret.cc (continue1): [insn_invokevirtual] Do an explicit
+	null pointer check.
+
 2001-02-09  Tom Tromey  <tromey@redhat.com>
 
 	* java/util/Timer.java: New version from Classpath.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

geoffk@redhat.com

2001-02-12T22:35:00Z 2001-02-12T22:53:32Z build

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]