This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on GIMPLE semantics and EH
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 16 Aug 04 21:54:08 EDT
- Subject: Re: Question on GIMPLE semantics and EH
> And things that print error messages and warnings. You probably don't
>want to see unused variable warnings for DECL_ARTIFICIAL stuff, for
>example. I believe we presently suppress it for them.
No, we do not.
I stand corrected, though we still use it for parameters to suppress
unused warnings.