aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-01-07 00:17:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-01-07 00:17:28 +0000
commitd808db1f7b20a3fc3cf1c173f8a3d7e289cb1e60 (patch)
tree3587bca0112467cba078692ddb3e170cd052cef7 /gcc/c
parent74852a3a2cecbd6d7ac6ddc2d1a9b60b83367d60 (diff)
downloadgcc-d808db1f7b20a3fc3cf1c173f8a3d7e289cb1e60.zip
gcc-d808db1f7b20a3fc3cf1c173f8a3d7e289cb1e60.tar.gz
gcc-d808db1f7b20a3fc3cf1c173f8a3d7e289cb1e60.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index f5f3ece..a0e702e 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,11 @@
+2023-01-06 Joseph Myers <joseph@codesourcery.com>
+
+ * c-parser.cc (c_parser_postfix_expression): Handle integer
+ generic arguments to functions passed to __builtin_tgmath as
+ _Float32x if any argument has _FloatNx or _Complex _FloatNx type.
+ Do not handle integer arguments to some narrowing functions as
+ _Float64.
+
2022-12-19 Jakub Jelinek <jakub@redhat.com>
PR c/108043