c-typeck.c (build_unary_op): Do not expand array-refs via pointer arithmetic.
authorRichard Biener <rguenth@gcc.gnu.org>
Tue, 26 Apr 2011 10:12:34 +0000 (10:12 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 26 Apr 2011 10:12:34 +0000 (10:12 +0000)
commite73a83fc7c03a209603e2607ec3be65adb197fa9
tree96edb3341f7f619101c03cd207ab4d1b77b6a5c2
parent961562d8d8720d823f3904050c16a2c65c9a5599
c-typeck.c (build_unary_op): Do not expand array-refs via pointer arithmetic.

2011-04-26  Richard Guenther  <rguenther@suse.de>

* c-typeck.c (build_unary_op): Do not expand array-refs via
pointer arithmetic.  Only adjust qualifiers for function types.

From-SVN: r172958
gcc/c-typeck.c