This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Darwin 3.4 make check results with -mcpu=G5
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Bradley Lucier <lucier at math dot purdue dot edu>, fj Jahanian <fjahanian at apple dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, Andrew Pinski <pinskia at physics dot uc dot edu>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Wed, 21 Jan 2004 14:12:27 -0800
- Subject: Re: Darwin 3.4 make check results with -mcpu=G5
- References: <E3290A04-4C41-11D8-AF14-000A958F150A@math.purdue.edu>
On Jan 21, 2004, at 10:44, Bradley Lucier wrote:
There are a few patches dealing with 64-bit powerpc problems now being
proposed, but it would appear that we have a way to go before having
good enough 64-bit support with the darwin 32-bit/64-bit api.
Okay I think it is not that far away because the current number of
patches, 3, should fix most of the differences because they look like
they are all the same problem. And these 3
patches should also fix the bootstrap problem when compiling with
-mcpu=G5.
The 3 patches:
Fix PR target/13785, ICE when using a function pointer that returns a
long long:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02209.html
Fix PR middle-end/13779, wrong initialization of 'long long' with
constant
(or an ICE when using a constant that would not fit in 32bits):
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01497.html
Fix target/13674, ICE in reload_cse_simplify_operands, reload and
ld/std:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02107.html
Thanks,
Andrew Pinski
pinskia@physics.uc.edu
apinski@apple.com