aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 85de314..d72767a 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,10 @@
+2024-05-29 Martin Uecker <uecker@tugraz.at>
+
+ * c-typeck.cc (comptypes_internal): Add flag to track
+ whether a struct is the target of a pointer.
+ (tagged_types_tu_compatible): When forming equivalence
+ classes, treat nested pointed-to structs as equivalent.
+
2024-05-28 David Malcolm <dmalcolm@redhat.com>
PR bootstrap/115167