------- Comment #2 from pault at gcc dot gnu dot org 2010-03-27 07:55 -------
This is a bit odd. SIZEOF seems to be properly registered in intrinsic.c:
add_sym_1 ("sizeof", GFC_ISYM_SIZEOF, NO_CLASS, ACTUAL_NO, BT_INTEGER, ii,
GFC_STD_GNU, gfc_check_sizeof, NULL, NULL,
x, BT_UNKNOWN, 0, REQUIRED);
make_generic ("sizeof", GFC_ISYM_SIZEOF, GFC_STD_GNU);
make_alias ("c_sizeof", GFC_STD_F2008);
Could somebody that is a bit more familiar with the handling of intrinsics take
a look at this, please?
Confirmed
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2010-03-27 07:55:42
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43539