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 target/70464] [arch64] create a self hosting compiler


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70464

--- Comment #4 from georg@schorsch-tech.de ---
Pi_3 64_bit ~ # grep int64_t /opt/cross/aarch64-linux-gnu/include/stdint.h 
typedef long int                int64_t;
typedef long long int           int64_t;
typedef unsigned long int       uint64_t;
typedef unsigned long long int  uint64_t;

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