This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] configuration support for rtl flag checking
- From: Richard Henderson <rth at redhat dot com>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 7 May 2002 13:44:08 -0700
- Subject: Re: [PATCH] configuration support for rtl flag checking
- References: <20020506162651.A15804@us.ibm.com>
On Mon, May 06, 2002 at 04:26:51PM -0700, Janis Johnson wrote:
> - RTL flag checking should be enabled by default when building from
> CVS and snapshots, but do we want to turn it on now or give people
> a chance to flush out unexpected flag usage first?
Turn it on now.
> - Should I submit the changes to rebuilt configure, or does someone
> else rebuild and commit it?
You rebuild and commit it, but never submit patches for it.
> + flag) ac_flag_checking=1 ;;
I'd prefer rtlflag. Otherwise ok.
r~