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] 2nd try: Add sseregparm function attribute for x86


On Thu, Jun 09, 2005 at 08:10:42PM +0200, Richard Guenther wrote:
> Btw., why do you think it cannot be paired with cdecl or stdcall?  From
> the documentation these affect only who's going to pop the argument
> stack, and this could still be applied to remaining integer arguments.
> If all these combinations work is another question, though.  I.e. my
> current attribute handling function looks like the attached one.

Hmm.  I'm surprised that cdecl+regparm is allowed.  In which case I guess
that's ok.  Oh, you'll also need to update ix86_comp_type_attributes.


r~


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