This is the mail archive of the gcc-bugs@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]

[Bug other/60783] unexpected address variation when taking address of reference, const reference, etc.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60783

--- Comment #3 from Parke <parke.nexus at gmail dot com> ---
Thanks, I thought it might be something like the creation of temporaries, but
could not find it discussed anywhere, and was surprised that I got different
behavior from 4.7.3 (many temporaries) and 4.8.2 (apparently only one
temporary).


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