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 c++/52231] [missed optimization/diagnostics] address-of-reference


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-13 17:56:32 UTC ---
Why do you think this is a missed optimization and/or diagnostic?
References are just like pointers, just &a is really a and a is really *a.


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