[Bug tree-optimization/30132] [4.1/4.2 Regression] ICE in find_lattice_value, at tree-complex.c:133
-- geir at cray dot com changed: What|Removed |Added CC|geir at cray dot com| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30132 --- You are receiving
[Bug middle-end/30132] [4.1/4.2/4.3 Regression] ICE in find_lattice_value, at tree-complex.c:133
--- Comment #10 from geir at cray dot com 2007-01-22 19:24 --- Here is a Fortran test case: $ cat bug2737.f90 PROGRAM get_tst_inc_complex implicit none external subrrg, checkrr complex :: vrr, trr vrr=cmplx(1.,2.); call subrr ( ) contains