This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Support for scanning tree-dumps in testsuite
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: law at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 11 Jun 2003 20:50:01 +0100
- Subject: Re: [tree-ssa] Support for scanning tree-dumps in testsuite
- References: <200306111403.h5BE3MZF013140@speedy.slc.redhat.com>
law@redhat.com wrote:-
>
> This is the first cut at scanning tree dumps in the testsuite. This allows
> us to do things like verify that dead code is properly removed, redundant
> expressions are eliminated and the like.
That sounds great - IMO this is an area we currently are really poor at.
Neil.