public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [Patch, Fortran] PR25829: Asynchronous I/O (v2)
@ 2018-06-04  9:48 Dominique d'Humières
  2018-06-04 15:03 ` Rainer Orth
  0 siblings, 1 reply; 11+ messages in thread
From: Dominique d'Humières @ 2018-06-04  9:48 UTC (permalink / raw)
  To: Nicolas Koenig; +Cc: gfortran, gcc-patches

Hi Nicolas,

I have applied your patch on top of revision r261130 on x86_64-apple-darwin17 (SSD with APFS file system).

The only remaining failure on my own tests is for the test (pr35840)

write(10,*, asynchronous="Y"//"E"//trim("S  "))
end

giving at run time

At line 1 of file pr35840.f90 (unit = 10, file = 'fort.10')
Fortran runtime error: ASYNCHRONOUS transfer without ASYHCRONOUS='YES' in OPEN

I also see two regressions

FAIL: gfortran.dg/f2003_inquire_1.f03   -O1  execution test

only with -m32 and -O1 (STOP 5), and

FAIL: gfortran.dg/f2003_io_1.f03   -O*

with both -m32 and -m64 (STOP 1).

The is also typos for the added tests

s/libgfomp/libgomp/

Why do the tests start at asynchronous_6.f90?

"Treat asynchronous variables the same as volatile, for now." could probably simplified as
"Treat asynchronous variables as volatile, for now."

I also wonder if

+    wrap_scalar_transfer (dtp, BT_INTEGER, p, kind, kind, 1);

is correct without a cast to size_t for the last two arguments (and for the last argument in other instances). Note that I am C challenged, so forgive the question if it is stupid.

Thanks for the nice work.

Dominique


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-06-11 13:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04  9:48 [Patch, Fortran] PR25829: Asynchronous I/O (v2) Dominique d'Humières
2018-06-04 15:03 ` Rainer Orth
2018-06-04 22:35   ` Nicolas Koenig
2018-06-05 13:58     ` Rainer Orth
2018-06-06  0:44       ` Jerry DeLisle
2018-06-06  5:35         ` Janne Blomqvist
2018-06-06  6:47           ` Steve Kargl
2018-06-06 10:30             ` Jakub Jelinek
2018-06-06 12:04               ` Rainer Orth
2018-06-06 13:36     ` Rainer Orth
2018-06-11 15:17     ` Dominique d'Humières

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).