This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Your addition of BT_SSIZE
- From: Diego Novillo <dnovillo at redhat dot com>
- To: roger at eyesopen dot com
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 18 Aug 2003 21:03:49 -0400
- Subject: Your addition of BT_SSIZE
- Organization: Red Hat Canada
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.