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 2000-11-13T15:20: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 2000-11-13T13:35:00Z.

The build failures are new.

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking if mkdir takes one argument... no
Using `/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/rs6000/rs6000.c' to output insns.
Using `/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/rs6000/rs6000.md' as machine description file.
Using the following target machine macro files:
	/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/rs6000/sysv4.h
	/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/rs6000/eabi.h
	/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/rs6000/eabisim.h
Using the following host machine macro files:
	/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/sparc/xm-sysv4.h
	/sloth/delay/tbox/cvs-gcc/egcs/gcc/config/sparc/xm-sol2.h
/sloth/delay/tbox/cvs-gcc/egcs/gcc/configure: test: argument expected
Configure in /sloth/delay/tbox/build-gcc/gcc failed, exiting.
+ exit 1
--- /sloth/delay/tbox/changelog_pass/egcs/ChangeLog	Mon Nov 13 05:35:40 2000
+++ egcs/ChangeLog	Mon Nov 13 07:20:29 2000
@@ -1,5 +1,11 @@
 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
 
+	* configure: Provide the original toplevel configure arguments
+	(including $0) to subprocesses in the environment rather than
+	through gcc/configargs.h.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
 	* MAINTAINERS: Remove references to cccp. Change C9X reference to
 	C99.  Alphabetise "Write After Approval" list.
 
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/ChangeLog	Mon Nov 13 05:35:41 2000
+++ egcs/gcc/ChangeLog	Mon Nov 13 07:20:30 2000
@@ -1,3 +1,65 @@
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-parse.in (ends_in_label): Remove from %union and %type.
+	(decls, stmts, lineno_stmt_or_labels, xstmts,
+	lineno_stmt_or_label, stmt_or_label): Remove.
+	(stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
+	lineno_stmt_decl_or_labels_ending_decl,
+	lineno_stmt_decl_or_labels_ending_label,
+	lineno_stmt_decl_or_labels_ending_error,
+	lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
+	lineno_stmt, lineno_label): New.
+	(compstmt_nostart): Use compstmt_contents_nonempty.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-common.c (boolean_increment): New function.
+	* c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
+	CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
+	(c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
+	(boolean_increment): Declare.
+	* c-convert.c (convert): Allow for BOOLEAN_TYPE.
+	* c-decl.c (init_decl_processing): Create boolean nodes.
+	(finish_struct): Allow for _Bool bitfields.
+	* c-parse.in (reswords): Add _Bool.
+	(rid_to_yy): Allow for RID_BOOL.
+	* c-typeck.c (default_conversion): Make booleans promote to int.
+	(convert_arguments, build_unary_op, build_modify_expr,
+	convert_for_assignment): Allow for booleans.
+	* ginclude/stdbool.h: Make conforming to C99.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-parse.in (c99_block_start, c99_block_end,
+	c99_block_lineno_labeled_stmt): New.
+	(simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
+	(stmt): Split off selection and iteration statements into...
+	(select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
+	-time): Update.
+
+2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
+
+	* arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
+	Rewrite to avoid use of match_dup.  Don't try to tie registers that
+	are not in the same mode.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* invoke.texi: Update lists of languages and suffixes supported.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* configure.in: Take toplevel configure arguments from the
+	environment to create configargs.h and substitute
+	gcc_config_arguments, taking account of any existing configargs.h
+	if reconfiguring.
+	* configure: Regenerate.
+	* gccbug.in: Include toplevel configure arguments in gccbug.
+
 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
 
 	* varasm.c (struct constant_descriptor): Put CONTENTS inside a
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/cp/ChangeLog	Sat Nov 11 18:05:41 2000
+++ egcs/gcc/cp/ChangeLog	Mon Nov 13 07:20:36 2000
@@ -1,3 +1,8 @@
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* typeck.c (build_unary_op): Use boolean_increment from
+	c-common.c, moving the relevant code there.
+
 2000-11-11  Jason Merrill  <jason@redhat.com>
 
 	* typeck.c (mark_addressable): Don't call put_var_into_stack.
--- /sloth/delay/tbox/changelog_pass/egcs/gcc/testsuite/ChangeLog	Sun Nov 12 18:20:37 2000
+++ egcs/gcc/testsuite/ChangeLog	Mon Nov 13 07:20:40 2000
@@ -1,3 +1,20 @@
+2000-11-13  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/loop-7.c: New test.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.dg/c99-bool-1.c: New test.
+
+2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.dg/c99-scope-1.c: Remove xfail.
+	* gcc.dg/c99-scope-2.c: New test.
+
 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
-- 
Geoffrey Keating <geoffk@cygnus.com> 
(via an automated GCC regression script.)

jakub@redhat.com
jsm28@cam.ac.uk
rearnsha@arm.com

2000-11-13T15:20:00Z 2000-11-13T15:23:51Z build

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