This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]