This is the mail archive of the gcc@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]

Re: PR2076



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>


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