aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2019-06-12 21:12:00 +0000
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2019-06-12 21:12:00 +0000
commit8dd44f7238ee4ee431f7a363034b43c36452ec7e (patch)
tree7df329c72cafebbc2b539b6096df2e27bcdccc20 /gcc/cp/ChangeLog
parenteaf19faa8ed789b73faeb1fc7e6e0a11e4907cd9 (diff)
PR c++/90736 - bogus error with alignof.
* constexpr.c (adjust_temp_type): Use cv_unqualified type. * g++.dg/cpp0x/alignof5.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-9-branch@272219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8e33634f7a0..af8a3ccbe1d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-12 Marek Polacek <polacek@redhat.com>
+
+ PR c++/90736 - bogus error with alignof.
+ * constexpr.c (adjust_temp_type): Use cv_unqualified type.
+
2019-06-11 Jakub Jelinek <jakub@redhat.com>
PR c++/90810