This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -fabi-version option failures on AIX
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Jun 2003 22:28:55 +0100
- Subject: Re: -fabi-version option failures on AIX
- References: <200306241728.NAA24006@makai.watson.ibm.com>
David Edelsohn wrote:-
> I am seeing some new C++ failures that seems to be do to testcases
> invoking the C compiler instead of the C++ compiler, which does
> not support the -fabi-version option:
>
> FAIL: g++.dg/abi/bitfield6.C (test for excess errors)
> FAIL: g++.dg/abi/empty11.C (test for excess errors)
> FAIL: g++.dg/abi/empty8.C (test for excess errors)
> FAIL: g++.dg/abi/vbase12.C (test for excess errors)
> FAIL: g++.dg/abi/vbase13.C (test for excess errors)
>
> All report
> cc1: error: unrecognized option `-fabi-version=0'
I'm not 100% sure, but I don't think this relates to my changes. C/C++
has had new-style option handling for a while, so if I broke it I
would expect it to have been broken for almost a year.
Neil.