summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 1d580d9041c..8f33293b4ec 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-16 Marek Polacek <polacek@redhat.com>
+
+ PR c++/99062
+ * c-attribs.c (handle_assume_aligned_attribute): Check that the
+ alignment argument is non-negative. Tweak a warning message.
+
2021-02-12 Martin Sebor <msebor@redhat.com>
PR c/99055