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]

Fix testsuite/gcc.dg/20020312-2.c for x86-64


Ok to commit he following patch to CVS mainline?

Andreas

2002-09-09  Andreas Jaeger  <aj@suse.de>

	* testsuite/gcc.dg/20020312-2.c: Adjust for x86-64.

============================================================
Index: gcc/testsuite/gcc.dg/20020312-2.c
--- gcc/testsuite/gcc.dg/20020312-2.c	9 Jul 2002 23:30:51 -0000	1.8
+++ gcc/testsuite/gcc.dg/20020312-2.c	9 Sep 2002 11:52:03 -0000
@@ -96,6 +96,8 @@
 /* No pic register.  */
 #elif defined(__sh__)
 # define PIC_REG  "r12"
+#elif defined(__x86_64__)
+/* No pic register.  */
 #else
 # error "Modify the test for your target."
 #endif

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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