This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GIMPLE temporary variables


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]