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] Remove execute/960416-1.x and execute/divconst-3.x.


Hi,

Attached is a patch to remove execute/960416-1.x and
execute/divconst-3.x.  Now that "long long" has been implemented on
h8300 port, we don't need these .x files.

Tested on h8300 port.  Committed.

Kazu Hirata

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

	* gcc.c-torture/execute/960416-1.x: Remove.
	* gcc.c-torture/execute/divconst-3.x: Likewise.

Index: 960416-1.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/960416-1.x,v
retrieving revision 1.1
diff -u -r1.1 960416-1.x
--- 960416-1.x	25 Feb 2002 23:07:09 -0000	1.1
+++ 960416-1.x	15 Oct 2003 18:53:27 -0000
@@ -1,5 +0,0 @@
-if { [istarget "h8300*-*-*"] } {
-	return 1
-}
-
-return 0
Index: divconst-3.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-3.x,v
retrieving revision 1.1
diff -u -r1.1 divconst-3.x
--- divconst-3.x	25 Feb 2002 23:07:09 -0000	1.1
+++ divconst-3.x	15 Oct 2003 18:53:27 -0000
@@ -1,5 +0,0 @@
-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]