This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15032] [gfortran] gfc_conv_constant Assertion failure
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 May 2004 15:00:08 -0000
- Subject: [Bug fortran/15032] [gfortran] gfc_conv_constant Assertion failure
- References: <20040420213915.15032.Tobias.Schlueter@physik.uni-muenchen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-05-16 15:00 -------
I reduced the original testcase a little more:
INTEGER, POINTER :: P => NULL()
P => NULL()
END
commenting out either assignment makes the failure disappear.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15032