re PR tree-optimization/30930 (vector can cause to create an extra variable, DECL_GIM...
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Fri, 19 Sep 2008 22:24:06 +0000 (22:24 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 19 Sep 2008 22:24:06 +0000 (15:24 -0700)
commitf22b7039d8ad71c2ceaf754087e4e52b18801201
tree4ae3c868bf7b49aa4ef959bdc53b6374f3a03800
parent8c3b36006dbd2f067b1ee1e465eb8f6056213836
re PR tree-optimization/30930 (vector can cause to create an extra variable, DECL_GIMPLE_REG_P not recomputed)

2008-09-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/30930
        * tree-ssa.c (execute_update_addresses_taken): Also update
        DECL_GIMPLE_REG_P for vector and complex types.

2008-09-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/30930
        * gcc.dg/tree-ssa/vector-2.c: New test.
        * gcc.dg/tree-ssa/vector-3.c: New test.

From-SVN: r140501
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/vector-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/vector-3.c [new file with mode: 0644]
gcc/tree-ssa.c