--- Comment #3 from burnus at gcc dot gnu dot org 2008-11-22 18:28 ---
FIXED on the trunk (4.4.0).
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from burnus at gcc dot gnu dot org 2008-11-22 18:19 ---
Subject: Bug 38160
Author: burnus
Date: Sat Nov 22 18:18:05 2008
New Revision: 142124
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142124
Log:
2008-11-22 Tobias Burnus <[EMAIL PROTECTED]>
PR fort
--- Comment #1 from kargl at gcc dot gnu dot org 2008-11-16 19:08 ---
Here's the testcase from Tobias on IRC
use iso_c_binding
complex(c_double), target :: z
type(c_ptr) :: ptr
ptr = c_loc(z)
end
Note, the standard says that c_double and c_double_complex are the
same value, s