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/23375] show location for runtime errors



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


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