This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR middle-end/18160
- From: Richard Henderson <rth at redhat dot com>
- To: Adam Nemet <anemet at lnxw dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 26 Oct 2004 12:52:03 -0700
- Subject: Re: PR middle-end/18160
- References: <16766.43717.959860.195034@anemet1.lynx.com>
On Tue, Oct 26, 2004 at 12:51:33PM -0700, Adam Nemet wrote:
> The question is should the front-end mark the address expression of a
> (local) register variable with an error_mark_node or should the
> expander deal with it and assign it to memory like it used to.
The former. We will have generated a diagnostic, after all.
r~