This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New C++ ABI and -freg-struct-return?
- To: Jamie Lokier <egcs at tantalophile dot demon dot co dot uk>
- Subject: Re: New C++ ABI and -freg-struct-return?
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Thu, 22 Jun 2000 15:04:18 +0100 (BST)
- CC: Ralph Loader <suckfish at ihug dot co dot nz>, gcc at gcc dot gnu dot org
> Another idea with more flexibility is a per-struct/class type attribute
> that says whether to use a register or not. It should be inherited of
> course.
I'd like that a lot. That could also help C code that makes heavy use of
unions that are passed as parameters and return values.