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 libfortran/31052] Bad IOSTAT values when readings NAMELISTs past EOF



------- Comment #22 from jvdelisle at gcc dot gnu dot org  2007-03-20 02:20 -------
Error 5001 would be ERROR_OPTION_CONFLICT.  There are 18 different errors
associated with that code.  To find out which one, you must remove the iostat
from the offending line so that gfortran will print the error message for you.

Another option is to use iomsg and get the string.

You can access the code base at gcc.gnu.org/viewcvs or better, download with
anonymous svn.  See instructions here: http://gcc.gnu.org/svn.html.  If you do
the svn approach, its very simple to get latest update and you are a few
keystrokes from building it yourself. :)


-- 


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


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