This is the mail archive of the gcc-patches@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]

Re: [Patch, Fortran] PR25829: Asynchronous I/O


On 2018-06-11 11:24 AM, Rainer Orth wrote:
Hi John,

On 2018-06-03 2:59 PM, Nicolas Koenig wrote:
Since the implementation relies on pthreads, it would be great if
somebody could try the patch on non-linux targets, to see whether it
causes any problems there.
I tried it on hppa64-hp-hpux11.11.  The gomp support mostly works on this
target.

I didn't see any regressions but asynchronous_9 fails:
FAIL: libgomp.fortran/asynchronous_9.f90   -O  execution test
on Solaris, this is due to the test's stack usage, which exeeds the 8 MB
default.  Maybe the same problem on HP-UX?
Yes.

Program received signal SIGSEGV, Segmentation fault.
0x4000000000002c7c in MAIN__ ()
(gdb) disass
Dump of assembler code for function MAIN__:
   0x4000000000002c70 <+0>:     std rp,-10(sp)
   0x4000000000002c74 <+4>:     addil L%7271000,sp,r1
   0x4000000000002c78 <+8>:     ldo 160(r1),sp
=> 0x4000000000002c7c <+12>:    std r18,-f8(sp)

Store fails after creating 12 MB frame.

Dave

--
John David Anglin  dave.anglin@bell.net


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