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,testsuite] fix gcc.dg/sibcall-{3,4}.c and -mlongcall on ppc


The attached patch disables gcc.dg/sibcall-{3,4}.c on PPC targets when
the -mlongcall flag is passed.  This flag disables sibling calls,
resulting in test failures.

Tested on powerpc-wrs-vxworks with and without -mlongcall.  OK to
commit?

-Nathan

2007-07-25  Nathan Froyd  <froydnj@codesourcery.com>

	gcc/testsuite/
	* gcc.dg/sibcall-3.c: Skip on PowerPC targets when -mlongcall.
	* gcc.dg/sibcall-4.c: Likewise.

Attachment: ppc-sibcalls.patch
Description: Text document


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