This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/16135] New: libfortran doesn't build
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2004 10:59:00 -0000
- Subject: [Bug libfortran/16135] New: libfortran doesn't build
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The error message is:
In file included from ../../src/libgfortran/runtime/environ.c:26:
../../src/libgfortran/libgfortran.h:79: error: parse error before "GFC_INTEGER_4"
../../src/libgfortran/libgfortran.h:79: warning: type defaults to `int' in
declaration of `GFC_INTEGER_4'
../../src/libgfortran/libgfortran.h:79: warning: data definition has no type or
storage class
../../src/libgfortran/libgfortran.h:80: error: parse error before "GFC_INTEGER_8"
../../src/libgfortran/libgfortran.h:80: warning: type defaults to `int' in
declaration of `GFC_INTEGER_8'
../../src/libgfortran/libgfortran.h:80: warning: data definition has no type or
storage class
../../src/libgfortran/libgfortran.h:81: error: parse error before "GFC_UINTEGER_4"
[...]
which points to:
typedef int32_t GFC_INTEGER_4;
typedef int64_t GFC_INTEGER_8;
typedef uint32_t GFC_UINTEGER_4;
--
Summary: libfortran doesn't build
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ebotcazou at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: *-*-solaris2.5.1
GCC host triplet: *-*-solaris2.5.1
GCC target triplet: *-*-solaris2.5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16135