------- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-06-04 11:49
-------
I now also have a slightly different testcase that fails on 4.1.1 and current
4.1 branch, on i686-linux, at optimization levels -O1 or higher:
MODULE constraints_module
REAL target
CONTAINS
SUBROUTINE init_constraint
COMPLEX struc_fac
CALL set_structure_factor
RETURN
CONTAINS
SUBROUTINE set_structure_factor
target = CONJG( struc_fac ) * struc_fac
END SUBROUTINE set_structure_factor
END SUBROUTINE init_constraint
END MODULE constraints_module
Paul, I'm adding you to the CC list since this looks fully module-related.
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|stevenb dot gcc at gmail dot|paul dot richard dot thomas
|com |at cea dot fr
Component|middle-end |fortran
Last reconfirmed|2006-06-04 11:24:33 |2006-06-04 11:49:55
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27889