fix checking=fold
authorTrevor Saunders <tsaunders@mozilla.com>
Wed, 25 Jun 2014 16:02:04 +0000 (16:02 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Wed, 25 Jun 2014 16:02:04 +0000 (16:02 +0000)
commit86fcf7cebd484a1e4f595fa7951bf8ea17cf3566
treee68fd6aca3c293cec2ed92a0c0af5e784a02e7b1
parentb36e833f1a28c18f801c299e8d103cf983b2932d
fix checking=fold

gcc/

        PR bootstrap/61598
        * fold-const.c (fold_checksum_tree): Use a hash_table of const
        tree_node * instead of tree_node *.
        (fold): Adjust.
        (print_fold_checksum): Likewise.
        (fold_check_failed): Likewise.
        (debug_fold_checksum): Likewise.
        (fold_build1_stat_loc): Likewise.
        (fold_build2_stat_loc): Likewise.
        (fold_build3_stat_loc): Likewise.
        (fold_build_call_array_loc): Likewise.

From-SVN: r211985
gcc/ChangeLog
gcc/fold-const.c