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: About DECL_UID


On Sat, Sep 25, 2010 at 16:40, Hongtao <yu171@purdue.edu> wrote:

> May the DECL_UID of any two local variables of two separated functions
> be the same during LTO ?

No.  DECL_UIDs are unique within a single translation unit.


Diego.


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