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 for native with your patch on 2001-05-10T20:40:00Z.


With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.  Also attached is a diff
of the ChangeLog entries since the last time the regression tests
passed, on 2001-05-10T09:00:00Z.

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Wed May  9 17:20:12 2001
+++ gcc/gcc/ChangeLog	Thu May 10 13:40:14 2001
@@ -1,3 +1,57 @@
+2001-05-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+	* dwarf2out.c (mem_loc_descriptor): Do not pass constant pool
+	contents for a SYMBOL_REF in case of floating point constants.
+
+2001-05-10  DJ Delorie  <dj@redhat.com>
+
+	* c-common.c (combine_strings): Widen strings in a
+	host-endian-independent way.
+
+2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-parse.in: Remove many shift/reduce conflicts.  Update
+	%expect values.
+	(declspecs_nosc_nots_nosa_noea, declspecs_nosc_nots_nosa_ea,
+	declspecs_nosc_nots_sa_noea, declspecs_nosc_nots_sa_ea,
+	declspecs_nosc_ts_nosa_noea, declspecs_nosc_ts_nosa_ea,
+	declspecs_nosc_ts_sa_noea, declspecs_nosc_ts_sa_ea,
+	declspecs_sc_nots_nosa_noea, declspecs_sc_nots_nosa_ea,
+	declspecs_sc_nots_sa_noea, declspecs_sc_nots_sa_ea,
+	declspecs_sc_ts_nosa_noea, declspecs_sc_ts_nosa_ea,
+	declspecs_sc_ts_sa_noea, declspecs_sc_ts_sa_ea, declspecs_ts,
+	declspecs_nots, declspecs_ts_nosa, declspecs_nots_nosa,
+	declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
+	maybe_type_quals_setattrs, typespec_nonattr, typespec_attr,
+	typespec_reserved_nonattr, typespec_reserved_attr,
+	typespec_nonreserved_nonattr, maybe_setattrs, structsp_attr,
+	structsp_nonattr, components_notype, component_notype_declarator,
+	absdcl1_ea, absdcl1_noea, direct_absdcl1, absdcl_maybe_attribute,
+	firstparm, setspecs_fp): New
+	(typed_declspecs, reserved_declspecs, typed_typespecs,
+	reserved_typespecquals, declmods, typespec, typespecqual_reserved,
+	typed_declspecs_no_prefix_attr reserved_declspecs_no_prefix_attr
+	declmods_no_prefix_attr, nonempty_type_quals, structsp,
+	type_quals): Remove.  Users updated.
+	(initdecls, notype_initdecls, after_type_declarator,
+	parm_declarator, notype_declarator, absdcl1, components, ivars):
+	Don't allow attributes at the start of a declarator; include them
+	in the production containing the declarator instead.  Always
+	require type specifiers before trying to redeclare a typedef name.
+	(typename): Allow for attributes but warn that they are ignored.
+	(parmlist, firstparm, setspecs_fp): Include attributes in
+	parmlist; suck them off the parser stack in firstparm using
+	setspecs_fp.
+
+Thu May 10 09:17:42 2001  Jeffrey A Law  (law@cygnus.com)
+
+	* ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p
+	to determine if a block has an unconditional jump at its end.
+
+	* jump.c (jump_optimize_1): When converting a conditional jump
+	to an unconditional jump, build the jump using gen_jump instead
+	of just modify operands in-place.
+
 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
 
 	* cppinit.c (cpp_post_options): Shut off macro expansion if
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Wed May  9 17:20:13 2001
+++ gcc/gcc/testsuite/ChangeLog	Thu May 10 10:00:14 2001
@@ -1,3 +1,7 @@
+2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.c-torture/compile/20010313-1.c: New test.
+
 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
 
 	* gcc.dg/cpp/direct2.c: New test.
--- /maat/heart/tbox/changelog_pass/gcc/include/ChangeLog	Mon May  7 23:20:14 2001
+++ gcc/include/ChangeLog	Thu May 10 13:40:21 2001
@@ -1,3 +1,7 @@
+2001-05-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* ansidecl.h (NULL_PTR): Delete.
+
 2001-05-07  Zack Weinberg  <zackw@stanford.edu>
 
 	* demangle.h: Use PARAMS for all prototypes.
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Sun May  6 08:00:14 2001
+++ gcc/libjava/ChangeLog	Thu May 10 11:50:26 2001
@@ -1,3 +1,35 @@
+2001-05-10  Tom Tromey  <tromey@redhat.com>
+
+	* java/util/GregorianCalendar.java: Imported from Classpath.
+	* gnu/java/locale/LocaleInformation_nl.java: New file from
+	Classpath.
+	* gnu/java/locale/LocaleInformation_en.java: Likewise.
+	* gnu/java/locale/LocaleInformation_de.java: Likewise.
+	* gnu/java/locale/LocaleInformation.java: Likewise.
+	* natGregorianCalendar.cc: Removed.
+	* Makefile.in: Rebuilt.
+	* Makefile.am (nat_source_files): Removed
+	natGregorianCalendar.cc.
+
+2001-05-10  Tom Tromey  <tromey@redhat.com>
+
+	* java/text/SimpleDateFormat.java (computeCenturyStart): New
+	method.
+	(defaultCenturyStart): Use it.
+	(readObject): Likewise.
+	(SimpleDateFormat): Clear the calendar.  Set the grouping on the
+	number format.
+	(parse): Copy the calendar before modifying it.  Correctly handle
+	the time zone.
+
+	* java/util/Calendar.java (clear): Set field value(s) to 0.
+
+2001-05-10  Jeff Sturm  <jsturm@one-point.com>
+
+	* Calendar.java (get): Clear areFieldsSet if requested field
+	is not set.
+	(set): Unset fields that depend on new value.
+
 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
 	* java/lang/Class.h (_Jv_Self): New union type.
In file included from specs.h:1,
                 from /maat/heart/tbox/cvs-gcc/gcc/gcc/gcc.c:826:
/maat/heart/tbox/cvs-gcc/gcc/gcc/cp/lang-specs.h:60: warning: string length `958' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:2,
                 from /maat/heart/tbox/cvs-gcc/gcc/gcc/gcc.c:826:
/maat/heart/tbox/cvs-gcc/gcc/gcc/f/lang-specs.h:59: warning: string length `544' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:4,
                 from /maat/heart/tbox/cvs-gcc/gcc/gcc/gcc.c:826:
/maat/heart/tbox/cvs-gcc/gcc/gcc/objc/lang-specs.h:39: warning: string length `614' is greater than the length `509' ISO C89 compilers are required to support
/maat/heart/tbox/cvs-gcc/gcc/gcc/gcc.c:1306: warning: string length `1023' is greater than the length `509' ISO C89 compilers are required to support
/maat/heart/tbox/cvs-gcc/gcc/gcc/gcc.c: In function `execute':
/maat/heart/tbox/cvs-gcc/gcc/gcc/gcc.c:2754: Internal compiler error in mark_jump_label, at jump.c:2513
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [gcc.o] Error 1
make[2]: Leaving directory `/maat/heart/tbox/native/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/maat/heart/tbox/native/build/gcc'
make: *** [bootstrap] Error 2
+ exit 1

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