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]

Re: [PATCH] 3rd try: Add sseregparm function attribute for x86


On Fri, 10 Jun 2005, Richard Guenther wrote:

> There should of course be testcases already covering what you want.  The
> sseregparm attribute is compatible with all other attributes, so it
> doesn't warrant new testcases for the combinations.  I'll think about
> a testcase for the compatibility.

The fact that questions were raised about the combinations in this 
discussion clearly shows that there should be tests to show that the 
combinations of sseregparm with other calling convention attributes are 
permitted (ideally execution tests to show that they work).  You can test 
both that two attributes are prohibited together and that they work 
together.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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