This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/29791] [4.3 Regression] ICE: tree check: expected ssa_name, have symbol_memory_tag in verify_ssa, at tree-ssa.c:776
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Nov 2006 18:51:27 -0000
- Subject: [Bug tree-optimization/29791] [4.3 Regression] ICE: tree check: expected ssa_name, have symbol_memory_tag in verify_ssa, at tree-ssa.c:776
- References: <bug-29791-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-12 18:51 -------
The difference between the 4.2 branch and the trunk is:
On the trunk:
# PARM_NOALIAS.12_38 = V_MAY_DEF <PARM_NOALIAS.12_35>;
(*D.1004_16)[0] = D.1010_27;
On the 4.2 branch:
# SMT.15_38 = V_MAY_DEF <SMT.15_37>;
(*D.918_16)[0] = D.924_27;
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work|4.1.2 |4.1.2 4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29791