This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [patch] adjust ltcf-c.sh for darwin


Geoff Keating wrote:

On 18/11/2005, at 1:54 PM, Andreas Tobler wrote:


Hello,

this patch updates the ltcf-c.sh for darwin. (matches upstream, branch 1.5, libtool).

This fixes PR24909.

Ok for trunk?


OK. (I assume your testrun finished successfully.)

I see the diff below, but I do not think it's due to this patch. Right?


The results are here:
http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00931.html

Can others confirm they see the same failures in gcc?

Thanks,
Andreas

=== gcc tests ===

@@ -32,6 +31,21 @@
FAIL: tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: gcc.dg/attr-weakref-1.c (test for excess errors)
WARNING: gcc.dg/attr-weakref-1.c compilation failed to produce executable
+FAIL: gcc.dg/vmx/gcc-bug-b.c -O1 (test for excess errors)
+FAIL: gcc.dg/vmx/gcc-bug-b.c -O2 (test for excess errors)
+FAIL: gcc.dg/vmx/gcc-bug-b.c -O3 -fomit-frame-pointer (test for excess errors)
+FAIL: gcc.dg/vmx/gcc-bug-b.c -O3 -g (test for excess errors)
+FAIL: gcc.dg/vmx/gcc-bug-b.c -Os (test for excess errors)
+FAIL: gcc.dg/vmx/ira2.c -O1 (test for excess errors)
+FAIL: gcc.dg/vmx/ira2.c -O2 (test for excess errors)
+FAIL: gcc.dg/vmx/ira2.c -O3 -fomit-frame-pointer (test for excess errors)
+FAIL: gcc.dg/vmx/ira2.c -O3 -g (test for excess errors)
+FAIL: gcc.dg/vmx/ira2.c -Os (test for excess errors)
+FAIL: gcc.dg/vmx/ops.c -O1 (test for excess errors)
+FAIL: gcc.dg/vmx/ops.c -O2 (test for excess errors)
+FAIL: gcc.dg/vmx/ops.c -O3 -fomit-frame-pointer (test for excess errors)
+FAIL: gcc.dg/vmx/ops.c -O3 -g (test for excess errors)
+FAIL: gcc.dg/vmx/ops.c -Os (test for excess errors)
FAIL: gcc.dg/weak/weak-14.c (test for excess errors)
WARNING: gcc.dg/weak/weak-14.c compilation failed to produce executable
FAIL: gcc.target/powerpc/darwin-longlong.c execution test
@@ -41,12 +55,12 @@


=== gcc Summary ===

-# of expected passes           38299
-# of unexpected failures       12
-# of expected failures         93
+# of expected passes           38300
+# of unexpected failures       27
+# of expected failures         94
 # of untested testcases                28
 # of unsupported tests         380


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