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: contrib/test_summary: Not doing anything right now.


> I reconsidered; I think there's no need to patch it at the moment.
> It spews some extra lines, but so what?

Well, there is a minor bug in the output verses before any changes
occurred which affected contrib/test_summary.  To wit, one bogus
``LAST_UPDATED:'' line is inserted and the `configure flags' line is
subtly trashed:

; diff /tmp/AAA*
3a4
> LAST_UPDATED: 
162c163
< configure flags:  --prefix=/usr/local/beta-gcc --with-gnu-as --with-as=/usr/local/beta-gcc/bin/as --with-gnu-ld --with-ld=/usr/local/beta-gcc/bin/ld
---
> configure flags: --prefix=/usr/local/beta-gcc --with-gnu-as --with-as=/usr/local/beta-gcc/bin/as --with-gnu-ld --with-ld=/usr/local/beta-gcc/bin/ld --no-create --no-recursion%g


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