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: [gfortran, testsuite] Don't give excess errors for multiple loci on the same line


On Feb 20, 2005 08:24 PM, Tobias SchlÃter <tobias.schlueter@physik.uni-muenchen.de> wrote:

> 	* gfortran.dg/do_iterator: Split loop, markkup all lines for
> 	which an error locus is printed.
> 	* gfortran.dg/pr17708.f90: Markup all lines for which an error
> 	locus is printed.
> 	* gfortran.dg/select_4.f90: Likewise.
> 	* lib/gfortran-dg.exp (gfortran-dg-test): Handle gfortran error
> 	locuses in the various permutations.

Looks interesting and very useful.  My regexp magic is not very
good, so I don't want to comment on that ;-)  But you should
really remove this:
> +#    puts "vorher"
> +#    puts $comp_output

and this:
> +#    puts "zwischen"
> +#    puts $comp_output

and this:
> +#    puts "nde"
> +#    puts $comp_output

;-)

Gr.
Steven





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