[Bug fortran/32902] Document integer KIND of SIZEOF()

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-08-08 23:38 --- Fixed, with mention of C_SIZE_T. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/32902] Document integer KIND of SIZEOF()

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-08-08 23:36 --- Subject: Bug 32902 Author: fxcoudert Date: Wed Aug 8 23:36:24 2007 New Revision: 127307 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127307 Log: PR fortran/32902 * intrinsic.texi (SIZEO

[Bug fortran/32902] Document integer KIND of SIZEOF()

2007-08-08 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-08-08 19:01 --- I still would like to have somewhere a reference to "c_size_t" of the "iso_c_binding" module as this helps the user to actually code it. It is in any case more portable than hard coding some value, even though it may

[Bug fortran/32902] Document integer KIND of SIZEOF()

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-08-08 16:50 --- What do you think about the following doc patch? I'm CCing Thomas Koenig because he's the one who implemented SIZEOF, IIRC. Index: intrinsic.texi =