This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/38918] compile time error for DATA of NULL() to pointer structure component
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2009 07:26:13 -0000
- Subject: [Bug fortran/38918] compile time error for DATA of NULL() to pointer structure component
- References: <bug-38918-15620@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2009-01-20 07:26 -------
Confirm. Thanks for the report.
R532 data-stmt-constant is ...
or null-init
R507 null-init is function-reference
C506 (R507) The function-reference shall be a reference to the NULL intrinsic
function with no arguments
Probably a duplicate of PR 38917.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |32834
nThis| |
Keywords| |rejects-valid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38918