[Bug middle-end/26616] internal compiler error: in fixup_var_refs_1

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-09 13:32 --- One more thing, 3.4.6 (which has not been announced yet but it is on the ftp server) is the last 3.4.x release. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26616

[Bug middle-end/26616] internal compiler error: in fixup_var_refs_1

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-09 14:21 --- Reduced testcase: int dev_alloc_name() { int i = 0; f(i); if (__builtin_constant_p(i)) g(); } -- This is fixed in 4.0.0 and above by the tree-ssa merge and cannot be invoked in 4.0.0 and above because