------- Comment #1 from dominiq at lps dot ens dot fr 2009-10-15 07:59 ------- The manual reads:
VALUES The type shall be REAL, DIMENSION(2). where I understand REAL as REAL(4). Hence if you want to use -fdefault-real-8, you have to avoid the "promotion" of the ETIME argument by using real(4) :: t(2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41712