This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/63325] [5.0 regression] ICE fold check: original tree changed by fold
- From: "tbsaunde at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Jan 2015 11:56:06 +0000
- Subject: [Bug middle-end/63325] [5.0 regression] ICE fold check: original tree changed by fold
- Auto-submitted: auto-generated
- References: <bug-63325-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63325
--- Comment #4 from tbsaunde at gcc dot gnu.org ---
Author: tbsaunde
Date: Thu Jan 22 11:55:33 2015
New Revision: 219994
URL: https://gcc.gnu.org/viewcvs?rev=219994&root=gcc&view=rev
Log:
make fold ignore decl_with_vis.symtab_node
gcc/
PR middle-end/63325
* fold-const.c (fold_checksum_tree): Don't include
expr.decl_with_vis.symtab_node in the checksum.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/fold-const.c