diff options
author | Marek Polacek <polacek@redhat.com> | 2019-08-16 20:40:36 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2019-08-16 20:40:36 +0000 |
commit | a98b732181472edb4591059c868082e5e708a21c (patch) | |
tree | be645380e2969f5a52d2d690ddc6001ff9f17840 /gcc/cp | |
parent | 639f51ba26d7cdd47e5fc7a17fbae5e8d791a359 (diff) | |
download | gcc-a98b732181472edb4591059c868082e5e708a21c.zip gcc-a98b732181472edb4591059c868082e5e708a21c.tar.gz gcc-a98b732181472edb4591059c868082e5e708a21c.tar.bz2 |
re PR c++/85827 (false positive for -Wunused-but-set-variable because of constexpr-if)
PR c++/85827
g++.dg/cpp1z/constexpr-if29.C: New test.
From-SVN: r274587
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 938ec48..c1ffe2e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2019-08-16 Marek Polacek <polacek@redhat.com> + + PR c++/85827 + * g++.dg/cpp1z/constexpr-if29.C: New test. + 2019-08-15 Jason Merrill <jason@redhat.com> PR c++/90393 - ICE with thow in ?: |