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]Mark builtin_apply2 xfail for avr target.


This patch marks builtin_apply test execution xfail for AVR target.

Thie builtin_apply feature assumes the callee has same argument passing conventions as caller (or at least ones which overlay). In this test the caller is a variadic function so the AVR target passes all arguments on the stack. The callee, however is a normal function with arguments in registers. So when the caller argument are "Applied" to the callee the test will fail.

Tested on avr target and i686 target.

Ok for 4.4 mainline?


2008-06-15 Andy Hutchinson <hutchinsonandy@aim.com>


* gcc.dg/builtin-apply2.c: xfail execution for avr target.


Attachment: apply.patch
Description: Text document


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