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] |
On Wed, 2003-11-19 at 09:39, Richard Henderson wrote: > But if that happens, we'll optimize the whole thing away and > the variable will *not* appear in the debug output. > Hmm, true. We'll now convert all references to 'x' and 'y' into direct references to '__local_4_as_int'. We clearly can't use C++ references, then. Diego.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |