This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GIMPLE temporary variables
- From: "Diego Novillo" <dnovillo at acm dot org>
- To: "Andrea Callia D'Iddio" <andrea dot calliadiddio at gmail dot com>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 8 May 2007 09:25:45 -0400
- Subject: Re: GIMPLE temporary variables
- References: <9625a8490705080620x60e9d67en3de3f59d16075836@mail.gmail.com>
On 5/8/07, Andrea Callia D'Iddio <andrea.calliadiddio@gmail.com> wrote:
how can I recognize temporary variables, such as D.1295?
DECL_ARTIFICIAL is set on all compiler-generated symbols and labels.