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/17460] ICE in ssa-verify


------- Additional Comments From dberlin at gcc dot gnu dot org  2004-09-13 14:52 -------
This occurs because we reuse NMT's for variables, even if they have become 
empty (empty due to the code being dead). 
You can get this effect without no-tree-dce simply by removing any of the dce 
passes that run right before may_alias. 
 

-- 


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


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