re PR tree-optimization/21304 (very long compile times with large cpp file from kdebi...
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 14 Oct 2005 03:01:42 +0000 (03:01 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 14 Oct 2005 03:01:42 +0000 (20:01 -0700)
commit9da32d6309c03def6f4c2d661547c36024381d4e
treea18595b7ccc1a52b8f031dbc973cd0cfee9e69b9
parente4785e43ff275f044ed193434c3df80f34825856
re PR tree-optimization/21304 (very long compile times with large cpp file from kdebindings)

2005-10-13  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/21304
        * tree-dfa.c (add_referenced_var): Only look at decls which
        have TREE_CONSTANT or TREE_READONLY set instead of if
        !TREE_PUBLIC or !TREE_CONSTANT.

From-SVN: r105390
gcc/ChangeLog
gcc/tree-dfa.c