This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] | |
> I think the problem is that, while GCC is C99, the target platform's > headers may not be. So, intptr_t may not be defined. As far as I > know, GCC itself doesn't ship a header which defines this. I don't think that GCC is C99 in default mode. In any cases, even in C99 mode, it doesn't provide int32_t, int64_t, intptr_t and the likes. -- Eric Botcazou
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |