This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2004 15:45:45 -0000
- Subject: [Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F
- References: <20040430190236.15234.ro@techfak.uni-bielefeld.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-20 15:45 -------
This is __NOT__ fixed by (because alpha is a LP64 target) but it makes it easier to fix:
* acinclude.m4 (LIBGFOR_TARGET_ILP32): New check.
* configure.ac: Include LIBGFOR_TARGET_ILP32.
* configure: Regenerate.
* config.h.in: Likewise.
* libgfortran.h: Provide default definitions for C99 types
on ILP32 targets that don't have them.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15234