This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
1 GCC regressions, 0 new, with your patch on 2001-08-20T21:59:10Z.
- To: gcc-regression at gcc dot gnu dot org
- Subject: 1 GCC regressions, 0 new, with your patch on 2001-08-20T21:59:10Z.
- From: "GCC regression checker" <regress at maat dot cygnus dot com>
- Date: Tue, 21 Aug 2001 00:10:17 +0000
- CC: dan at cgsoftware dot com, rth at redhat dot com
- Reply-To: gcc-regression at gcc dot gnu dot org
With your recent patch, GCC has some regression test failures, which
used to pass. There are 0 new failures, and 1
failures that existed before and after that patch; 0 failures
have been fixed.
The old failures, which were not fixed or introduced by your patch, are:
native gcc.sum gcc.misc-tests/gcov-3.c
For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-08-20T19:13:56Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Mon Aug 20 12:14:08 2001
+++ gcc/gcc/ChangeLog Mon Aug 20 14:59:33 2001
@@ -1,3 +1,7 @@
+2001-08-20 Richard Henderson <rth@redhat.com>
+
+ * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
+
2001-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.h (RETURN_IN_MEMORY): Improve comment.
--- /maat/heart/tbox/changelog_mail/gcc/include/ChangeLog Sat Aug 18 14:46:01 2001
+++ gcc/include/ChangeLog Mon Aug 20 14:59:49 2001
@@ -1,3 +1,7 @@
+2001-08-20 Daniel Berlin <dan@cgsoftware.com>
+
+ * fibheap.h: New file. Fibonacci heap.
+
2001-08-18 Zack Weinberg <zackw@panix.com>
* ansidecl.h: Reorganize for readability, remove documentation
--- /maat/heart/tbox/changelog_mail/gcc/libiberty/ChangeLog Fri Aug 17 13:33:19 2001
+++ gcc/libiberty/ChangeLog Mon Aug 20 14:59:54 2001
@@ -1,3 +1,11 @@
+2001-08-20 Daniel Berlin <dan@cgsoftware.com>
+
+ * fibheap.c: New file. Fibonacci heap.
+
+ * Makefile.in (CFILES): Add fibheap.c.
+ (REQUIRED_OFILES): Add fibheap.o.
+ (fibheap.o): Add dependencies for fibheap.o.
+
2001-08-17 Christopher Faylor <cgf@cygnus.com>
* configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
--- /maat/heart/tbox/changelog_mail/gcc/libjava/ChangeLog Fri Aug 17 21:00:26 2001
+++ gcc/libjava/ChangeLog Mon Aug 20 15:00:01 2001
@@ -1,3 +1,19 @@
+2001-08-20 Tom Tromey <tromey@redhat.com>
+
+ * java/awt/GridBagConstraints.java: Removed comment.
+
+ * jni.cc (nathash, nathash_count, nathash_size): New globals.
+ (DELETED_ENTRY): New define.
+ (hash): New function.
+ (nathash_find_slot): Likewise.
+ (natrehash): Likewise.
+ (nathash_add): Likewise.
+ (_Jv_JNI_RegisterNatives): No longer interpreter-specific. Use
+ nathash_add.
+ (nathash_find): New function.
+ (_Jv_LookupJNIMethod): Use it. Synchronize body.
+ (call): Synchronize around assignment.
+
2001-08-17 Jeff Sturm <jsturm@one-point.com>
* gnu/gcj/convert/UnicodeToBytes.java (write): Write work buffer
ChangeLog entries between 2001-08-20T19:13:56Z and the last time everything
passed, on 2001-08-20T16:28:41Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog Mon Aug 20 09:28:56 2001
+++ gcc/gcc/ChangeLog Mon Aug 20 12:14:08 2001
@@ -1,3 +1,18 @@
+2001-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * pa.h (RETURN_IN_MEMORY): Improve comment.
+
+2001-08-20 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.misc-tests/gcov.exp: Add support for branch information.
+ * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
+ * gcc.misc-tests/gcov-4.c: New test.
+ * gcc.misc-tests/gcov-4b.c: New test.
+ * gcc.misc-tests/gcov-5b.c: New test.
+
+ * doc/invoke.texi (Profiling options): Clarify the interactions
+ between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
+
2001-08-20 Jeffrey Oldham <oldham@codesourcery.com>
* crtstuff.c (__do_global_ctors): Fix typo in preprocessing
--- /maat/heart/tbox/changelog_pass/gcc/boehm-gc/ChangeLog Fri Aug 17 19:26:09 2001
+++ gcc/boehm-gc/ChangeLog Mon Aug 20 12:14:06 2001
@@ -1,3 +1,8 @@
+2001-08-20 Tom Tromey <tromey@redhat.com>
+
+ * configure: Rebuilt.
+ * configure.in: Always ask gcc for threads package.
+
2001-08-17 Tom Tromey <tromey@redhat.com>
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and