[Bug fortran/35680] [4.3/4.4 regression] ICE on invalid transfer in variable declaration

dominiq at lps dot ens dot fr gcc-bugzilla@gcc.gnu.org
Thu Oct 2 15:49:00 GMT 2008



------- Comment #11 from dominiq at lps dot ens dot fr  2008-10-02 15:48 -------
> "If the physical representation of the result is smaller than SOURCE, ...

>From the xlf manual, I read this for scalar cases, i.e., transfer(x,i) with x
real(4) and i integer(8), or when size is given:
transfer((/1.1,2.2,3.3/),(/(0.0,0.0)/),1) gives (/(1.1,2.2)/), while
transfer((/1.1,2.2,3.3/),(/(0.0,0.0)/)) gives (/(1.1,2.2),(3.3,??)/), where the
imaginary part ?? is undefined.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35680



More information about the Gcc-bugs mailing list