PATCH: Sort gcc/testsuite/ada/acats/norun.lst to avoid GNU comm complaints

Andreas Schwab schwab@redhat.com
Tue Dec 15 16:52:00 GMT 2009


Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:

> Since GNU coreutils 7.0, comm would complain by default if its input
> files aren't sorted:
>
> comm: file 2 is not in sorted order
>
> During a parallel make check-acats, this warning would be spread all
> over the logs.  It originates in gcc/testsuite/ada/acats/run_all.sh,
> where comm is invoked with norun.lst, which isn't sorted.  The following
> trivial patch avoids this warning.

This does not work, the sort order depends on the locale, and I cannot
find the place where the locale is forced.

Andreas.

-- 
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."



More information about the Gcc-patches mailing list