This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR2076
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: PR2076
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 25 Apr 2001 12:26:41 -0700
- CC: gcc at gcc dot gnu dot org, dalej at apple dot com
- References: <20010425115428P.mitchell@codesourcery.com>
This sounds very much like the bug that Dale Johannesen <dalej@apple.com>
was trying to fix for Darwin. The problem is that STRICT_ARGUMENT_NAMING
needs to be switched on, but it needs to be done carefully so as not to
change the ABI, and I haven't had time to work out how to get it done.
Our discussion is up to:
> From: Dale Johannesen <dalej@apple.com>
> All right, thanks for looking. I believe STRICT_ARGUMENT_NAMING
> should be used throughout, and I could write it that way. However,
> I am not in a position to test it on anything but MacOS. Is that
> what you want?
So perhaps if someone could help Dale with testing his patch on AIX
(he can of course build a cross-compiler to test it on ELF, assuming
that the code he's touching can even be run under ELF) he could
make more progress?
--
- Geoffrey Keating <geoffk@geoffk.org>