diff options
author | Bob Wilson <bob.wilson@acm.org> | 2002-03-25 17:57:03 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2002-03-25 17:57:03 +0000 |
commit | 813b848cf20dd3d75def12cf317243a7996b2e67 (patch) | |
tree | 983b5e19baa49182ee889d330180672eb8620324 /gcc | |
parent | 9cc737e8dab914c2e3cbb460fc0569206f515378 (diff) | |
download | gcc-813b848cf20dd3d75def12cf317243a7996b2e67.zip gcc-813b848cf20dd3d75def12cf317243a7996b2e67.tar.gz gcc-813b848cf20dd3d75def12cf317243a7996b2e67.tar.bz2 |
thunk3.C: Add xtensa-*-* to list of targets using generic thunk support.
* g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
targets using generic thunk support.
From-SVN: r51320
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/thunk3.C | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8a22162..3bddcd2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +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. + 2002-03-25 Jakub Jelinek <jakub@redhat.com> * gcc.c-torture/compile/20020323-1.c: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C index f21b8f7..97776c4 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C @@ -2,7 +2,7 @@ // 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*-*-* +// 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> |