[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133




------- Comment #7 from pinskia at gcc dot gnu dot org  2006-12-09 19:24 -------
The second issue (the invalid gimple), comes from marking a variable as
ADDRESSABLE late after the orginal gimplification to that variable had
happened:
          /* Mark the RHS addressable.  */
          lang_hooks.mark_addressable (TREE_OPERAND (expr, 0));


-- 


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: