gimplify.c
226 KB
-
re PR tree-optimization/37354 (ICE: in find_func_aliases, at tree-ssa-structalias.c:3906) · 8b17cc05
2008-09-09 Richard Guenther <rguenther@suse.de> PR middle-end/37354 PR middle-end/30165 * gimplify.c (gimplify_conversion): Change conversions of non-register type to VIEW_CONVERT_EXPRs. (gimplify_addr_expr): If we need to make the operand addressable make sure to use a properly initialized temporary for that so it gets a valid gimple store. * g++.dg/torture/pr37354.C: New testcase. From-SVN: r140145
Richard Guenther committed