diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-05-26 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-05-26 00:16:30 +0000 |
commit | 3dff965cae6709a5fd1b7b05c51c3c8aba786961 (patch) | |
tree | 10b291eec26c639f204621ec32259cec24086f34 /gcc/c/ChangeLog | |
parent | da2c56ee601ac696a76e469e33c88313428c5c5a (diff) | |
download | gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.zip gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.gz gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index a886254..11d5af6 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,15 @@ +2022-05-25 Jakub Jelinek <jakub@redhat.com> + + PR c/91134 + * c-tree.h (build_component_ref): Add ARROW_LOC location_t argument. + * c-typeck.cc (build_component_ref): Likewise. If DATUM is + INDIRECT_REF and ARROW_LOC isn't UNKNOWN_LOCATION, print a different + diagnostic and fixit hint if DATUM has pointer type. + * c-parser.cc (c_parser_postfix_expression, + c_parser_omp_variable_list): Adjust build_component_ref callers. + * gimple-parser.cc (c_parser_gimple_postfix_expression_after_primary): + Likewise. + 2022-05-24 Jakub Jelinek <jakub@redhat.com> PR c/105378 |