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/28494] Unclear run time error message



------- Comment #3 from burnus at gcc dot gnu dot org  2006-11-10 22:38 -------
As FX wrote in an email, a more-detailed error message can not be given with
the current method: at present the error string is constructed at compile time
via asprintf, but then the extend of the array might not be known - and the
current value neither.
One needs therefore to replace the current code by something which calls the
library.


-- 


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


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