diff options
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index d486018..bfa6226 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2017-12-19 Jakub Jelinek <jakub@redhat.com> + + * c-typeck.c (comptypes_internal, function_types_compatible_p, + perform_integral_promotions, digest_init): Replace Yoda conditions + with typical order conditions. + * c-decl.c (check_bitfield_type_and_width): Likewise. + 2017-12-14 Bernd Edlinger <bernd.edlinger@hotmail.de> * c-typeck.c (c_safe_arg_type_equiv_p, |