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/37746] string copy fails, due to changed intent(in) parameter



------- Comment #2 from burnus at gcc dot gnu dot org  2008-10-06 19:53 -------
I think the true bug is that -fbounds-check misses the problem. NAG f95 prints
at run time:
  CHARACTER actual arg LEN=50 shorter than dummy arg LEN=51
  Program terminated by fatal error


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37746


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