This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building g++ 3.0 under AIX
- To: Geoff Keating <geoffk at geoffk dot org>
- Subject: Re: Building g++ 3.0 under AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 21 Feb 2001 09:22:24 -0500
- cc: gcc at gcc dot gnu dot org
>>>>> Geoff Keating writes:
Geoff> I believe this is actually a GCC bug because 'crnot' is not a POWER
Geoff> mnemonic and GCC shouldn't be using it when generating POWER
Geoff> mnemonics. I keep meaning to fix this but haven't had the time. GCC
Geoff> should generate 'crnor' instead when generating POWER.
Geoff> [It would be really good, if you have an AIX 3.x machine, to check
Geoff> the part after 'I believe'.]
AIX 4 assembler accepts the PowerPC simplified mnemonic, even in
POWER mode.
As you said, the real question is whether there are any AIX 3
machines to support any more.
David