From a37a0cb303da35ee3b20fd25ad1592d03550ac17 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 3 Feb 2023 00:16:44 +0000 Subject: Daily bump. --- gcc/c/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'gcc/c') 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 + + * 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 + + * 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 PR c++/107593 -- cgit v1.1