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] libfortran doesn't build, use of C99 types


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-06-23 12:11 -------
Subject: Re:  New: libfortran doesn't build


> which points to:
> 
> typedef int32_t GFC_INTEGER_4;
> typedef int64_t GFC_INTEGER_8;
> typedef uint32_t GFC_UINTEGER_4;

this is similar to PR libfortran/15234 where (at least on
alpha-dec-osf4.0f, cf. Comment #13) no definition of {, u}int*_t exists in
system headers.

	Rainer


-- 


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]