array-notation-common.c (find_rank): Use INDIRECT_REF_P.
authorMarek Polacek <polacek@redhat.com>
Fri, 26 Jun 2015 19:55:12 +0000 (19:55 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Fri, 26 Jun 2015 19:55:12 +0000 (19:55 +0000)
commit22d035258b7dcb4e0414d413e32d20a8d8e3cdfe
treeec115bec7a7a3f95f3ee52ded9cc7d29440b574b
parent504a5fe6fd6fad3f577c899e37988b8cbb17244b
array-notation-common.c (find_rank): Use INDIRECT_REF_P.

* array-notation-common.c (find_rank): Use INDIRECT_REF_P.
* c-common.c (c_fully_fold_internal): Likewise.
(c_alignof_expr): Likewise.
* c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
* c-ubsan.c (ubsan_instrument_bounds): Likewise.
* cilk.c (create_parm_list): Likewise.

* c-array-notation.c (fix_builtin_array_notation_fn): Use
INDIRECT_REF_P.
* c-typeck.c (array_to_pointer_conversion): Likewise.
(build_unary_op): Likewise.
(c_finish_return): Likewise.

From-SVN: r225080
gcc/c-family/ChangeLog
gcc/c-family/array-notation-common.c
gcc/c-family/c-common.c
gcc/c-family/c-pretty-print.c
gcc/c-family/c-ubsan.c
gcc/c-family/cilk.c
gcc/c/ChangeLog
gcc/c/c-array-notation.c
gcc/c/c-typeck.c