[Bug c++/83990] [7/8 Regression] Spurious "potential null pointer dereference" warning regression from 7.1 onwards
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 25 12:10:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83990
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Another reduced testcase. This one shows the warning with both -O3
-Wnull-dereference -std=c++17 {,-fno-ipa-sra}, but with the former without
location, with the latter with a location.
More information about the Gcc-bugs
mailing list