Re: [Patch, Fortran] Show better error location

2013-06-01 Thread Tobias Burnus
Am 01.06.2013 16:06, schrieb Mikael Morin: For the redirection to "less", one can use "less -S". Still, that does not help if the output is excessively long. Try some C (or C++) long code (e.g. 30,000 lines long), do a minor mistake there and run it through topformflat 0 x < in.c > out.c a

Re: [Patch, Fortran] Show better error location

2013-06-01 Thread Mikael Morin
On 01.06.2013 14:51, Tobias Burnus wrote: > I am still not happy with changing the length of the displayed > source-code in error messages to infinity if not terminal is available. > One reason is that for long lines (e.g. generated code or long trailing > comment lines) - the output is not very re

[Patch, Fortran] Show better error location

2013-06-01 Thread Tobias Burnus
I am still not happy with changing the length of the displayed source-code in error messages to infinity if not terminal is available. One reason is that for long lines (e.g. generated code or long trailing comment lines) - the output is not very readable. And that the terminal is not available