mul-subnormal-single-1.x: New file.
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 26 Feb 2005 10:05:49 +0000 (10:05 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 26 Feb 2005 10:05:49 +0000 (10:05 +0000)
* gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: New file.
Disable this test on IRIX 6.

From-SVN: r95572

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x [new file with mode: 0644]

index ffa4977f33b184b6a877640fd9928d7b7c4f4779..6a89a208a378b5f8c01f12364b4db5b73272b95f 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-26  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: New file.
+       Disable this test on IRIX 6.
+
 2005-02-25  Joseph S. Myers  <joseph@codesourcery.com>
 
        * gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/971104-1.c,
diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x b/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x
new file mode 100644 (file)
index 0000000..8e3b5f1
--- /dev/null
@@ -0,0 +1,6 @@
+if [istarget "mips-sgi-irix6*"] {
+    # IRIX 6 sets the MIPS IV flush to zero bit by default, so this test
+    # isn't expected to work for n32 and n64 on MIPS IV targets.
+    return 1
+}
+return 0