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] Fix for PR testsuite/21707


Forward ported Kazuhiro Inaoka's patch. For more
information see PR/21707


Index: ChangeLog
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.5506
diff -c -3 -p -r1.5506 ChangeLog
*** ChangeLog   22 May 2005 02:41:42 -0000      1.5506
--- ChangeLog   22 May 2005 19:32:24 -0000
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-05-21 Haren Visavadia <themis_hv@yahoo.co.uk>
+       PR testsuite/21707
+       * g++.old-deja/g++.jason/thunk3.C: correct
target selector syntax error
+
+
  2004-05-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/21331

Index: g++.old-deja/g++.jason/thunk3.C
===================================================================
RCS file:
/cvsroot/gcc/gcc/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C,v
retrieving revision 1.17
diff -c -3 -p -r1.17 thunk3.C
*** g++.old-deja/g++.jason/thunk3.C     20 May 2005
08:25:48 -0000      1.17
--- g++.old-deja/g++.jason/thunk3.C     22 May 2005
19:32:36 -0000
***************
*** 1,4 ****
! // { dg-do run { xfail rs6000-*-* powerpc-*-eabi
m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-*
h8*-*-* xtensa-*-* m32r*-* } }
  // Test that variadic function calls using thunks
work right.
  // Note that this will break on any target that uses
the generic thunk
  //  support, because it doesn't support variadic
functions.
--- 1,4 ----
! // { dg-do run { xfail rs6000-*-* powerpc-*-eabi
m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-*
h8*-*-* xtensa-*-* m32r*-*-* } }
  // Test that variadic function calls using thunks
work right.
  // Note that this will break on any target that uses
the generic thunk
  //  support, because it doesn't support variadic functions.


		
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com


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