[Bug c++/65168] diagnostic: missing: reference cannot be bound to dereferenced null pointer
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Mar 22 13:04:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65168
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|x86_64-linux-gnu |
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-03-22
CC| |jason at redhat dot com,
| |manu at gcc dot gnu.org,
| |paolo.carlini at oracle dot com
Ever confirmed|0 |1
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
The return value is optimized to 0 even before reaching GIMPLE, so this can
definitely be warned by the C++ FE.
More information about the Gcc-bugs
mailing list