aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-02-03 00:16:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-02-03 00:16:44 +0000
commita37a0cb303da35ee3b20fd25ad1592d03550ac17 (patch)
treeebd8860ed2ed56d147f29de8a5bfb490d5e37e52 /gcc/c
parent0b8693fc87b1453bdacfa5910091be15da671d2a (diff)
downloadgcc-a37a0cb303da35ee3b20fd25ad1592d03550ac17.zip
gcc-a37a0cb303da35ee3b20fd25ad1592d03550ac17.tar.gz
gcc-a37a0cb303da35ee3b20fd25ad1592d03550ac17.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index ca7e9b3..f8769e8 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,18 @@
+2023-02-02 Joseph Myers <joseph@codesourcery.com>
+
+ * c-typeck.cc (build_binary_op): Allow comparisons between
+ pointers and nullptr_t values that are not null pointer constants.
+
+2023-02-02 Joseph Myers <joseph@codesourcery.com>
+
+ * c-typeck.cc: Include "realmpfr.h".
+ (constexpr_init_fits_real_type): Do not allow signaling NaN
+ conversions to different types with the same mode. Handle
+ conversions from binary to decimal types.
+ (check_constexpr_init): Do not disallow real initializers for
+ complex types. Do not disallow binary initializers for decimal
+ floating types.
+
2023-01-31 Marek Polacek <polacek@redhat.com>
PR c++/107593