This is the mail archive of the gcc-bugs@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: gcc testsuite running -march=athlon on mips-sgi-irix6.5


I suspect the problem is 

2002-01-15  Janis Johnson  <janis187@us.ibm.com>

        * gcc.misc-tests/i386-prefetch.exp: New.
        * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
        * gcc.misc-tests/i386-pf-athlon-1.c: New test.
        * gcc.misc-tests/i386-pf-none-1.c: New test.
        * gcc.misc-tests/i386-pf-sse-1.c: New test.

I am testing this.

RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp,v
retrieving revision 1.1
diff -u -r1.1 i386-prefetch.exp
--- i386-prefetch.exp   2002/01/15 17:30:28     1.1
+++ i386-prefetch.exp   2002/01/16 23:05:49
@@ -75,6 +75,10 @@
 # Initialize harness.
 dg-init
 
+# Save these.  They are needed if testsuite loops over multiple ABIs
+set saved_torture_with_loops $torture_with_loops
+set saved_torture_without_loops $torture_without_loops
+
 set torture_with_loops $PREFETCH_NONE
 set torture_without_loops $PREFETCH_NONE
 gcc-dg-runtest [lsort [glob -nocomplain
$srcdir/$subdir/i386-pf-none-*.c]] ""
@@ -91,4 +95,8 @@
 set torture_without_loops $PREFETCH_ATHLON
 gcc-dg-runtest [lsort [glob -nocomplain
$srcdir/$subdir/i386-pf-athlon-*.c]] ""
 
+set torture_with_loops $saved_torture_with_loops
+set torture_without_loops $saved_torture_without_loops
+
 dg-finish
+

-----Original Message-----
From: Billinghurst, David (CRTS) 
Sent: Thursday, 17 January 2002 9:55 
To: gcc-bugs@gcc.gnu.org
Subject: gcc testsuite running -march=athlon on mips-sgi-irix6.5


My mips-sgi-irix6.5 testsuite run overnight added -march=athlon and
-march=athlon-4 to the gcc compiler flags.  The failure does not occur
with the default ABI, but it does occur with the -mabi=64 ABI.  

See http://gcc.gnu.org/ml/gcc-testresults/2002-01/msg00316.html

This is a recent problem.
 - Mon Jan 14 22:48:17 2002 UTC - OK
 - Wed Jan 16 11:36:00 2002 UTC - wrong


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