[Bug tree-optimization/39202] [4.4 Regression] internal compiler error: in collapse_rest_of_var, at tree-ssa-structalias.c:3296
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 17 08:08:00 GMT 2009
------- Comment #3 from jakub at gcc dot gnu dot org 2009-02-17 08:08 -------
In
lhs.var = collapse_rest_of_var (lhs.var);
rhs.var = collapse_rest_of_var (rhs.var);
rhs.var points into the middle of lhs.var chain, so the first call sets
collapsed_to to lhs.var and the second finds it already non-0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39202
More information about the Gcc-bugs
mailing list