c-typeck.c (default_function_array_conversion): Always create &a[0] for array types.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 17 Oct 2004 17:16:27 +0000 (17:16 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 17 Oct 2004 17:16:27 +0000 (10:16 -0700)
commita2a877e2dccad1546217de219a750d9aab228036
tree47983b969b359dc5bcf2833cd081e8cc52562e06
parent974ede64c7e132be9878cce6f9e269feb319e7f8
c-typeck.c (default_function_array_conversion): Always create &a[0] for array types.

2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * c-typeck.c (default_function_array_conversion): Always create
        &a[0] for array types.
        (build_unary_op): Do not fold &a[x] into a + x.

From-SVN: r89173
gcc/ChangeLog
gcc/c-typeck.c