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-04-20T15:30:00Z.


With your recent patch, GCC does not compile on at least one platform.
Attached is build output for platforms where there were build
failures.  Also attached is a diff of the ChangeLog entries since the
last time the regression tests passed, on 2001-04-20T07:30: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/ChangeLog	Fri Apr 13 04:20:12 2001
+++ gcc/ChangeLog	Fri Apr 20 02:40:18 2001
@@ -1,3 +1,8 @@
+2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
+
+	* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
+	1.641.2.228.
+
 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
 	* Makefile.in (STAGE1_CFLAGS): Pass down.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Thu Apr 19 22:00:13 2001
+++ gcc/gcc/ChangeLog	Fri Apr 20 06:10:16 2001
@@ -1,3 +1,44 @@
+2001-04-20  Bernd Schmidt  <bernds@redhat.com>
+
+	* ia64.h (MD_SCHED_REORDER, MD_SCHED_REORDER2): Pass CLOCK to called
+	function.
+	* ia64-protos.h (ia64_sched_reorder): Additional arg for clock.
+	* ia64.c (nop_cycles_until): New function.
+	(prev_cycle, prev_first, last_issued): New static variables.
+	(ia64_sched_reorder): Additional arg for clock.
+	On final scheduling pass, emit extra NOPs as needed.
+	Set prev_first and prev_cycle.
+	(ia64_sched_reorder2): Pass clock arg down to ia64_sched_reorder.
+	(ia64_variable_issue): Set last_issued.
+
+2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config/i386/i386.c (ix86_expand_int_movcc,
+	ix86_expand_strlensi_unroll_1): Sign-extend CONST_INTs.
+
+2001-04-20  Geoff Keating  <geoffk@redhat.com>
+
+	* config/rs6000/rs6000.md (ctrsi_internal1, ctrsi_internal2,
+	ctrsi_internal3, ctrsi_internal4, ctrsi_internal5,
+	ctrsi_internal6, ctrdi_internal1, ctrdi_internal2,
+	ctrdi_internal3, ctrdi_internal4, ctrdi_internal5,
+	ctrdi_internal6): In the short-branch case, this insn is only 4
+	bytes long.  Reported by Reza Yazdani <reza@apple.com>.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* reg-stack.c (check_asm_stack_operands): Issue error if "=t" resp.
+	"=u" is used together with "st" resp. "st(1)" clobber.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcse.c (gcse_main): Fix comment typo.
+	(delete_null_pointer_check): Likewise.
+	(hash_scan_set): Don't consider sets with REG_EQUIV MEM notes.
+	* cse.c (cse_insn): Likewise.
+	* function.c (fixup_var_refs_insns_with_hash): The sequence is
+	toplevel.
+
 2001-04-19  Zack Weinberg  <zackw@stanford.edu>
 
 	* toplev.c: Excise all code for the undocumented -dm option.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Thu Apr 19 16:30:12 2001
+++ gcc/gcc/cp/ChangeLog	Fri Apr 20 08:30:11 2001
@@ -1,3 +1,26 @@
+2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
+	(layout_empty_base): Return at end flag.
+	(build_base_field): Likewise.
+	(build_base_fields): Likewise.
+	(layout_virtual_bases): Don't add 1 to eoc value.
+	(end_of_class): Use full size for empty bases.
+	(layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
+	empty bases. Don't add 1 to eoc value. Only add trailing padding
+	if we're an empty class with no empty bases.
+	(dump_class_hierarchy): Dump size and alignment.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
+	ICS_BAD_FLAG.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* search.c (lookup_field_r): If looking for type and non-TYPE_DECL
+	is found, look first if name does not match the structure name.
+
 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
 
 	* cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri Apr 20 00:30:15 2001
+++ gcc/gcc/testsuite/ChangeLog	Fri Apr 20 08:30:12 2001
@@ -1,3 +1,25 @@
+2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* g++.old-deja/g++.abi/empty2.C: New test.
+	* g++.old-deja/g++.abi/empty3.C: New test.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.old-deja/g++.other/comdat2.C: New test.
+	* g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.old-deja/g++.other/overload14.C: New test.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* g++.old-deja/g++.other/lookup23.C: New test.
+
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/20010403-1.c: New test.
+
 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
 	    Mark Mitchell  <mark@codesourcery.com>
 
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Thu Apr 19 16:30:17 2001
+++ gcc/libstdc++-v3/ChangeLog	Fri Apr 20 02:40:25 2001
@@ -1,3 +1,32 @@
+2001-04-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* acconfig.h (_GLIBCPP_USE_C99): Add.
+	* config.h.in: Regenerate.
+	* acinclude.m4 (GLIBCPP_ENABLE_C99): New macro. Test for ISO/IEC
+	9899: 1999 support.
+	* aclocal.m4: Regenerate.
+	* configure.in (GLIBCPP_ENABLE_C99): Use it, on by default.
+	* configure: Regenerate.
+	* configure.in (GLIBCPP_ENABLE_LONG_LONG): Set default to yes.
+	* configure: Regenerate.
+	* include/c_std/bits/std_cwchar.h: Put wcstold, wcstoll, wcstoull
+	into c99.
+	* include/c_std/bits/std_cmath.h: Bring C99 functions into c99
+	namespace.
+	* include/c_std/bits/std_cstdlib.h: Same.
+	* docs/html/configopts.html: Update.
+	* testsuite/26_numerics/c99_macros.cc: Edit, use cmath instead of
+	math.h
+	(test_c99_classify): Add.
+	* config/os/gnu-linux/bits/os_defines.h (_GNU_SOURCE): Remove.
+	(_ISOC99_SOURCE): Remove.
+
+	* include/bits/stl_algo.h: Use _GLIBCPP_HAVE_DRAND48.
+	* include/bits/c++config (__STL_ASSERTIONS): Simplify.
+	* acinclude.m4 (GLIBCPP_CHECK_STDLIB_SUPPORT): Add check for drand48.
+	* aclocal.m4: Regenerate.
+	* configure: Regenerate.
+	
 2001-04-19  Phil Edwards  <pme@sources.redhat.com>
 
 	* Makefile.am (doxygen):  Assume script is missing execute perms.
@@ -29,7 +58,8 @@
 2001-04-13  Phil Edwards  <pme@sources.redhat.com>
 
 	* include/bits/stl_algobase.h (equal):  Use EqualOpConcept instead
-	of EqualityComparableConcept.
+	of EqualityCo
+	mparableConcept.
 
 2001-04-13  Phil Edwards  <pme@sources.redhat.com>
 
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Thu Apr 12 03:00:22 2001
+++ gcc/libjava/ChangeLog	Fri Apr 20 04:30:16 2001
@@ -1,3 +1,17 @@
+2001-04-20  Warren Levy  <warrenl@redhat.com>
+
+	* java/lang/natSystem.cc (getSystemTimeZone): Adjust for DST.
+	* java/text/SimpleDateFormat.java
+	(indexInArray): Removed private method.
+	(processYear): Removed private method.
+	(parseLenient): Removed private method.
+	(parseLeadingZeros): Removed private method.
+	(parseStrict): Removed private method.
+	(expect): Added new private method.
+	(parse): Reverted to pre-Classpath merge version with minor fixes.
+	* java/util/natGregorianCalendar.cc (computeTime): Handle strict
+	calendars.
+
 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
 
 	* java/io/File.java (normalizePath): New private method. 
   undeclared (first use this function)
/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/bits/locale_facets.tcc:439: (Each
   undeclared identifier is reported only once for each function it appears 
   in.)
/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/bits/locale_facets.tcc: In 
   member function `_InIter std::num_get<_CharT, _InIter>::do_get(_InIter, 
   _InIter, std::ios_base&, std::_Ios_Iostate&, long long unsigned int&) const 
   [with _CharT = char, _InIter = std::istreambuf_iterator<char, 
   std::char_traits<char> >]':
/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/src/locale-inst.cc:78:   instantiated from here
/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/bits/locale_facets.tcc:547: `strtoull'
   undeclared (first use this function)
make[3]: *** [locale-inst.lo] Error 1
make[3]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/libstdc++-v3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
+ exit 1

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