[Bug c++/52231] [missed optimization/diagnostics] address-of-reference

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 13 17:56:00 GMT 2012


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.



More information about the Gcc-bugs mailing list