GCC build of gcc-3_3-branch failed for native with your patch on 2003-04-24T06:08:16Z.
GCC regression checker
geoffk@apple.com
Thu Apr 24 07:51:00 GMT 2003
With your recent patch, GCC gcc-3_3-branch does not compile on:
native
Attached is build output for those targets.
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://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-04-24T04:23:58Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Wed Apr 23 21:24:53 2003
+++ gcc/gcc/ChangeLog Wed Apr 23 23:09:05 2003
@@ -1,5 +1,6 @@
2003-04-23 Richard Henderson <rth@redhat.com>
+ PR opt/8300
* toplev.c (rest_of_compilation): Delay no_new_pseudos until
after initialize_uninitialized_subregs; update reg info assuming
new pseudos were created.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Wed Apr 23 14:42:15 2003
+++ gcc/gcc/cp/ChangeLog Wed Apr 23 23:09:29 2003
@@ -1,5 +1,10 @@
2003-04-23 Mark Mitchell <mark@codesourcery.com>
+ PR c++/10471
+ * call.c (build_cxx_call): Robustify.
+
+2003-04-23 Mark Mitchell <mark@codesourcery.com>
+
PR c++/10451
* decl.c (grokdeclarator): Correct logic for "mutable" errors.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Wed Apr 23 19:41:00 2003
+++ gcc/gcc/testsuite/ChangeLog Wed Apr 23 23:09:33 2003
@@ -1,3 +1,8 @@
+2003-04-23 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10471
+ * g++.dg/template/defarg2.C: New test.
+
2003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/other/packed1.C: XFAIL hppa*-*-*.
ChangeLog entries between 2003-04-24T04:23:58Z and the last time everything
passed, on 2003-04-22T15:45:04Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog Mon Apr 21 16:31:00 2003
+++ gcc/gcc/ChangeLog Wed Apr 23 21:24:53 2003
@@ -1,3 +1,58 @@
+2003-04-23 Richard Henderson <rth@redhat.com>
+
+ * toplev.c (rest_of_compilation): Delay no_new_pseudos until
+ after initialize_uninitialized_subregs; update reg info assuming
+ new pseudos were created.
+
+2003-04-23 Olivier Hainque <hainque@act-europe.fr>
+
+ * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
+
+2003-04-23 James A Morrison <ja2morri@uwaterloo.ca>
+
+ * invoke.texi: Eliminate extra white-space caused by @gccoptlist{
+ on its own line.
+ Ensure there are two spaces between each pair of options and add
+ @gol where appropriate.
+
+2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
+
+2003-04-22 Devang Patel <dpatel@apple.com>
+
+ * cpptrad.c (_cpp_replacement_text_len): Add check for macro parameter count.
+ (_cpp_copy_replacement_text): Same.
+
+2003-04-22 Richard Henderson <rth@redhat.com>
+
+ PR 8866
+ * rtl.h (MEM_NOTRAP_P): New.
+ (MEM_COPY_ATTRIBUTES): Copy it.
+ * rtlanal.c (may_trap_p): Check it.
+ * expr.c (do_tablejump): Set it.
+
+ * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
+
+2003-04-22 David Turner <novalis@gnu.org>
+
+ * gbl-ctors.h: Add special license exception.
+ * libgcc2.h: Likewise.
+ * tsystem.h: Likewise.
+ * gcov-io.h: Likewise.
+
+2003-04-21 Mark Mitchell <mark@codesourcery.com>
+
+ * Makefile.in (calls.o): Depend on except.h.
+ * calls.c: Include except.h.
+ (emit_call_1): Call note_eh_region_may_contain_throw if
+ appropriate.
+ * except.c (eh_region): Add may_contain_throw.
+ (expand_eh_region_end_cleanup): Do not include handler code when
+ it cannot be reached.
+ (note_eh_region_may_contain_throw): New function.
+ * except.h (note_eh_region_may_contain_throw): New function.
+
2003-04-21 Mark Mitchell <mark@codesourcery.com>
* config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
--- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog Mon Apr 21 04:31:24 2003
+++ gcc/gcc/cp/ChangeLog Wed Apr 23 14:42:15 2003
@@ -1,3 +1,39 @@
+2003-04-23 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10451
+ * decl.c (grokdeclarator): Correct logic for "mutable" errors.
+
+2003-04-22 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10446
+ * search.c (lookup_fnfields_1): Handle empty slots in the method
+ vector.
+
+2003-04-22 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10428
+ * decl.c (check_elaborated_type_specifier): New function, split
+ out from ...
+ (xref_tag): ... here. Use the new function in more places.
+
+2003-04-21 Mark Mitchell <mark@codesourcery.com>
+
+ * call.c (build_over_call): Use build_cxx_call.
+ (build_cxx_call): New method, split out of build_over_call.
+ * cp-tree.h (language_function): Add can_throw.
+ (build_cxx_call): Declare it.
+ * decl.c (finish_function): If a function does not contain any
+ calls to functions that can throw an exception, indicate that
+ fact.
+ * decl2.c (mark_used): Do not defer the instantiation of
+ functions, if the current function does not throw.
+ * optimize.c (maybe_clone_body): Copy TREE_NOTHROW to the clones.
+ * pt.c (instantiate_decl): Make sure import_export_decl is called
+ before emitting things.
+ * rtti.c (throw_bad_cast): Use build_cxx_call.
+ (build_dynamic_cast_1): Likewise.
+ * typeck.c (build_function_call): Likewise.
+
2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
PR c++/9881
--- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Mon Apr 21 04:31:30 2003
+++ gcc/gcc/testsuite/ChangeLog Wed Apr 23 19:41:00 2003
@@ -1,3 +1,40 @@
+2003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
+
+2003-04-23 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
+
+ PR c++/10451
+ * g++.dg/parse/crash4.C: New test.
+
+2003-04-23 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * g++.dg/other/packed1.C: Append the missing brace.
+
+2003-04-22 Devang Patel <dpatel@apple.com>
+
+ * gcc.dg/cpp/trad/funlike-5.c: New test.
+
+2003-04-22 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10446
+ * g++.dg/parse/crash3.C: New test.
+
+2003-04-22 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/10428
+ * g++.dg/parse/elab1.C: New test.
+
+2003-04-22 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * g++.dg/other/packed1.C: Fix dg options.
+
+2003-04-21 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/template/recurse.C: Adjust location of error messages.
+
2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
PR c++/9881
--- /Users/regress/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog Tue Apr 22 08:47:46 2003
+++ gcc/libstdc++-v3/ChangeLog Wed Apr 23 19:41:24 2003
@@ -1,3 +1,18 @@
+2003-04-23 Benjamin Kosnik <bkoz@belmont.constant.com>
+
+ * config/locale/generic/c_locale.h (__convert_from_v): Use
+ attribute unused.
+
+2003-04-23 Phil Edwards <pme@gcc.gnu.org>
+
+ * include/bits/istream.tcc (putback, unget, sync, tellg, seekg):
+ Comment and change to comply with DR 60 and the effect on gcount().
+ * include/std/std_istream.h: Update comments.
+
+2003-04-22 Loren J. Rittle <ljrittle@acm.org>
+
+ * testsuite/27_io/filebuf_members.cc (test_07): Adjust timing.
+
2003-04-22 Jerry Quinn <jlquinn@optonline.net>
Benjamin Kosnik <bkoz at redhat dot com>
--- /Users/regress/tbox/changelog_pass/gcc/libf2c/ChangeLog Fri Apr 11 16:57:57 2003
+++ gcc/libf2c/ChangeLog Wed Apr 23 19:41:09 2003
@@ -1,3 +1,10 @@
+2003-04-23 Loren J. Rittle <ljrittle@acm.org>
+
+ * libI77/configure.in (_XOPEN_SOURCE): Bump to 600.
+ * libI77/configure: Regenerate.
+ * libU77/configure.in (_XOPEN_SOURCE): Bump to 600.
+ * libU77/configure: Regenerate.
+
2003-04-11 Bud Davis <bdavis9659@comcast.net>
PR Fortran/1832
-------------- next part --------------
function
/usr/include/ctype.h: In function `int __toupper(int)':
/usr/include/ctype.h:204: error: 'struct
std::__convert_from_v(...)::_RuneLocale' has no member named 'mapupper'
/usr/include/ctype.h:209: error: cannot declare static function inside another
function
/usr/include/ctype.h: In function `int __tolower(int)':
/usr/include/ctype.h:211: error: 'struct
std::__convert_from_v(...)::_RuneLocale' has no member named 'maplower'
/Users/regress/tbox/native/build/powerpc-apple-darwin6.3/soft-float/libstdc++-v3/include/cctype:67: confused by earlier errors, bailing out
make[7]: *** [bitset.lo] Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all-recursive-am] Error 2
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-recursive-am] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [bootstrap] Error 2
+ '[' -s gcc/.bad_compare ']'
+ exit 1
-------------- next part --------------
--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list