This is the mail archive of the gcc-patches@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]

Re: [patch, libgfortran] [4.8/4.9/5 Regression] error reading (and writing) large text files in gfortran


Do you see "Fatal Error: Error count reached limit of ..." in your logs?
If yes, what is the value.

Compiling the code with -fmax-errors=51, I get
Fatal Error: Error count reached limit of 51.

This fatal error disappears with -fmax-errors=52, well below the limit in the test:
-fmax-errors=100.

Dominique


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