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]

mark g++.old-deja/g++.jason/thunk3.C as xfail for xtensa-*-*



Xtensa targets use the generic thunk support and thus fail this test.
Patch applied to 3.1 branch and top-of-trunk.

2002-03-25  Bob Wilson  <bob.wilson@acm.org>

        * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
        targets using generic thunk support.


Index: g++.old-deja/g++.jason/thunk3.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C,v
retrieving revision 1.12
diff -c -3 -r1.12 thunk3.C
*** thunk3.C	2002/02/09 03:06:47	1.12
--- thunk3.C	2002/03/25 17:51:03
***************
*** 2,8 ****
  // Note that this will break on any target that uses the generic thunk
  //  support, because it doesn't support variadic functions.
  
! // excess errors test - XFAIL mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff m68k-motorola-sysv m88k-motorola-sysv3  mn10300-*-* mn10200-*-* v850-*-* sh-*-* sh64-*-* h8*-*-*
  
  #include <stdarg.h>
  
--- 2,8 ----
  // Note that this will break on any target that uses the generic thunk
  //  support, because it doesn't support variadic functions.
  
! // excess errors test - XFAIL mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff m68k-motorola-sysv m88k-motorola-sysv3  mn10300-*-* mn10200-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-*
  
  #include <stdarg.h>
  

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