------- Comment #4 from tkoenig at gcc dot gnu dot org 2006-05-23 21:41 ------- (In reply to comment #3)
> So in GCC 4.1.0, the only problem seems to be that _gfortran_runtime_error is > not printing the filename and the line number and the line number seems to be > the line number of the previous statement, not the one that errors. runtime_error is also called from lots of places from within libgfortran, and there is currently no way to pass line number information to intrinsics. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23375