[Bug c++/30108] [4.0/4.1 Regression] internal compiler error: in make_decl_rtl, at varasm.c:890

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Mar 13 21:07:00 GMT 2007



------- Comment #13 from pinskia at gcc dot gnu dot org  2007-03-13 21:07 -------
I think this patch causes the regression reported in PR 31165.  copy_node is
incorrect as it will even copy decls, I think copy_node should be replaced with
unshare_expr instead.


-- 


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



More information about the Gcc-bugs mailing list