OSDN Git Service

2008-03-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Mar 2008 21:56:04 +0000 (21:56 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Mar 2008 21:56:04 +0000 (21:56 +0000)
commit6e6e51e5f4784ef28dccb977cedc6eea7747fe25
tree571a3a53a75436d921342817d1fe0b19f2685dc9
parente2b8cf9832c4dc452ac2ac312d6eb41599f5f89f
2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/35402
        * tree-ssa-ccp.c (get_symbol_constant_value): Handle
        integral and scalar float variables which have a
        NULL DECL_INITIAL.

2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/35402
        * gcc.dg/tree-ssa/ssa-store-ccp-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132991 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-1.c [new file with mode: 0644]
gcc/tree-ssa-ccp.c