aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-27 00:16:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-27 00:16:53 +0000
commit01c59ef2e5a59b44d2b662361196abb6be872a20 (patch)
treed03f010a019a5b25d708b6caef62114a77301653 /gcc/c
parent58523f23fefcef0850841e7055d75d4309f0453e (diff)
downloadgcc-01c59ef2e5a59b44d2b662361196abb6be872a20.zip
gcc-01c59ef2e5a59b44d2b662361196abb6be872a20.tar.gz
gcc-01c59ef2e5a59b44d2b662361196abb6be872a20.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 7780539..669a818 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2021-05-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR c/100653
+ * c-decl.c (finish_struct): Warn for a union containing an aggregate
+ field with a differing scalar storage order.
+
2021-05-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/99928