This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/16135] New: libfortran doesn't build


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]