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]

[patch] Disable execute/20030209-1.c on H8.


Hi,

Attached is a patch to disable execute/20030209-1.c on H8 because the
array (double x[100][100]) is too large.  OK to apply?

Kazu Hirata

2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>

	* gcc.c-torture/execute/20030209-1.x: New.

--- /dev/null	2002-08-30 19:31:37.000000000 -0400
+++ 20030209-1.x	2003-02-10 16:33:08.000000000 -0500
@@ -0,0 +1,6 @@
+# The array is too big.
+if { [istarget "h8300-*-*"] } {
+        return 1;
+}
+
+return 0


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