This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15754] [gfortran] Accepts assignment of the form POINT = NULL()
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2004 22:59:41 -0000
- Subject: [Bug fortran/15754] [gfortran] Accepts assignment of the form POINT = NULL()
- References: <20040531222912.15754.tobi@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-31 22:59 -------
Confirmed, IFC gives the following error message:
main program
P = NULL() ! wrong
^
Error 599 at (2:pr15754.f90) : In assignment of NULL to a pointer => is expected here
1 Error
compilation aborted for pr15754.f90 (code 1)
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-05-31 22:59:40
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15754