This is the mail archive of the gcc-patches@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]

Your addition of BT_SSIZE


Roger,

You added BT_SSIZE to builtin-types.def recently.  That type is defined
in terms of signed_size_type_node which is only available to the C
family of FEs.

This is causing a compile error for the Fortran 95 front end which
includes builtin-types.def.  I am still not sure whether this is a
problem with the Fortran FE or with your change.

Is builtin-types.def supposed to be language independent?  If so, could
you redefine BT_SSIZE so that it doesn't depend on c-tree.h?


Thanks.  Diego.


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