http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40568
--- Comment #6 from Tobias Burnus 2010-09-26
22:30:52 UTC ---
Author: burnus
Date: Sun Sep 26 22:30:48 2010
New Revision: 164639
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164639
Log:
2010-09-27 Tobias Burnus
PR fortran/40
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40568
--- Comment #5 from Tobias Burnus 2010-09-25
22:42:38 UTC ---
Patch for the issue in comment 0:
http://gcc.gnu.org/ml/fortran/2010-09/msg00455.html
TODO: Issue mentioned in comment 1: C_SIZEOF in init expressions.
--- Comment #4 from burnus at gcc dot gnu dot org 2010-06-23 16:45 ---
Cf. PR 40569 for two other module procedures of ISO_C_BINDING
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40568
--- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-09 18:11 ---
Created an attachment (id=20612)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20612&action=view)
first steps to bring C_SIZEOF to the ISO_C_BINDING
Attached patch is a start only. Comments:
* symbol.c (build
--- Comment #2 from dfranke at gcc dot gnu dot org 2010-05-02 15:21 ---
See also PR36437.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
OtherBugsDepending
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-13 16:19 ---
F2008 allows C_SIZEOF in initialization expressions:
The definition for "specification inquiry" is in Fortran 2008 (7.1.11
Specification expression):
"A specication inquiry is a reference to
(1) an intrinsic inquiry
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Ke