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/24719] [4.1 Regression] Nonadvancing read does not read more than 1 line



------- Comment #5 from sven dot buijssen at math dot uni-dortmund dot de  2005-11-08 07:04 -------
> Sven,
> Thanks for reporting this and narrowing it down.

You're welcome, Jerry. I reckoned this to be the most promising way to get rid
of this regression as soon as possible. :-)

> This is a warning and you can get rid of warnings with the -w flag when
> invoking gfc.

Sure, I know, perfectly works. It's just that I consider this a spurious
warning as no file (apart from /dev/zero) is of infinite length and by this,
the end-of-file condition will end this "infinite loop" branching execution to
label 99.

By the way, I'm deeply impressed by the speed you handle this regression!
Thanks a lot.

Regards,
Sven


-- 


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


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