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] builtin-bitops-1.x: Disable on H8.


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


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