[patch] builtin-bitops-1.x: Disable on H8.

Kazu Hirata kazu@cs.umass.edu
Sun Feb 2 16:18:00 GMT 2003


Hi,

Attached is a patch to disable builtin-bitops-1.x on H8 as long long
is not supported on H8 yet.  OK to apply?

Kazu Hirata

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

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

--- /dev/null	2002-08-30 19:31:37.000000000 -0400
+++ builtin-bitops-1.x	2003-02-02 11:15:38.000000000 -0500
@@ -0,0 +1,5 @@
+if { [istarget "h8300*-*-*"] } {
+	return 1
+}
+
+return 0



More information about the Gcc-patches mailing list