This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc64 native g77 build
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 25 Aug 2002 21:52:42 -0400 (EDT)
- Subject: Re: powerpc64 native g77 build
On Mon, 26 Aug 2002, Alan Modra wrote:
> f771: .../gcc/f/com.c:11342: ffecom_init_0: Assertion `((type)->size_) == sizeof (ffetargetInteger1)' failed.
> f771: internal error: Aborted
>
> gcc/f/ChangeLog
> * target.h (FFETARGET_32bit_longs): Don't define for powerpc64.
Could you please add a line testing __MMIX__ too (as obvious or
port-maintainer approved)? That code is for types in the *host*
parts of g77 and there's no MMIX host, but it'd less confusing
for casual observers, particularly since it controls a
definition called FFE*TARGET*_32bit_longs. ;-)
brgds, H-P