PR c++/90243 - orphaned note in uninstantiated constexpr function
commit57e617640d6ae8f197501345f07a49a376d28a48
authorJonathan Wakely <jwakely@redhat.com>
Fri, 26 Apr 2019 16:33:02 +0000 (26 17:33 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 26 Apr 2019 16:33:02 +0000 (26 17:33 +0100)
tree88503845acf8055975cee2c6ce98374afaa7a15a
parent700e6332a7fed75fca4515e24263492ff7a83344
PR c++/90243 - orphaned note in uninstantiated constexpr function

gcc/cp:

PR c++/90243 - orphaned note in uninstantiated constexpr function
* decl.c (check_for_uninitialized_const_var): Suppress notes if no
error was shown.

gcc/testsuite:

PR c++/90243
* g++.dg/diagnostic/pr90243.C: New test.

From-SVN: r270610
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/diagnostic/pr90243.C [new file with mode: 0644]