aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index df7e456..fa7e04b 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,23 @@
+2024-06-11 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-02-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/114007
+ * c-lex.cc (c_common_has_attribute): Parse 2 CPP_COLONs with
+ the first one with COLON_SCOPE flag the same as CPP_SCOPE but
+ ensure 0 is returned then.
+
+2024-06-11 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-01-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/113262
+ * c-attribs.cc (handle_copy_attribute): Don't use
+ DECL_SOURCE_LOCATION (decl) if decl is not DECL_P, use input_location
+ instead. Formatting fixes.
+
2024-05-08 Andrew Pinski <quic_apinski@quicinc.com>
Backported from master: