This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
error printing in reversed order ?
- From: nicolas bouillot <nicolas dot bouillot at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 7 Oct 2016 15:08:59 -0400
- Subject: error printing in reversed order ?
- Authentication-results: sourceware.org; auth=none
Hi,
Was wondering this could be a feature request ? Basically, this could
be a GCC option to print compilation errors in a reversed order, i.e.
the first being printed last. This is because when compiling from the
terminal, it would avoid mouse scrolling all day in order to get the
first error.
I'll be happy to write a feature request somewhere if this deserves
it, but I do not know where and if this can be considered as a feature
request.
Nicolas