This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/15032] [gfortran] gfc_conv_constant Assertion failure


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]