This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/31254] [4.3 Regression] verify_ssa failed: type mismatch between an SSA_NAME and its symbol



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-03-18 17:14 -------
We had:
inode_4 = &vnode_1(D)->vfs_inode;
inode_5 = inode_4;
inode_2 = inode_5;
inode_3 = inode_2;
vnode_1(D)->vfs_inode.i_atime = inode_3->i_mtime;


Now we just get:
vnode_1(D)->vfs_inode.i_atime = inode_3->i_mtime;  
with inode_3 being released.


forwprop is just broken.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31254


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]