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]

Re: [v3] dejagnu harness modifications


Benjamin Kosnik <bkoz@redhat.com> writes:

| This is just going to be checked in to help with debugging. It's not
| active, so the Makefile bits are not checked in.

[...]

Benjamin,

This looks pretty good.  I'm in favor of it.

A few comments:

| + print_usage() {
| +     cat <<EOF
| + Usage: 
| +     tests_flags --install-includes

Shouldn't this read testsuite_flags?

[...]

| + # Main loop.
| + dg-runtest [lsort [glob -nocomplain $srcdir/*/*.cc]] \
| +         "" $DEFAULT_CXXFLAGS

At firstt sight, this seems to imply that the program images are no
longer kept in directories mirroring the original sources.  Is there a
reason to abondon previous pratice?


-- Gaby


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