Re: [PR72741, PR89433] Repeated use of the Fortran OpenACC 'routine' directive

2019-03-21 Thread Thomas Schwinge
Hi! On Thu, 28 Feb 2019 21:37:21 +0100, I wrote: > On Mon, 15 Aug 2016 18:54:49 -0700, Cesar Philippidis > wrote: > > [...] > > > > Note that besides for checking for multiple acc routine directives, this > > patch also handles the case where the optional name argument in 'acc > > routine (NAME

[PR72741, PR89433] Repeated use of the Fortran OpenACC 'routine' directive

2019-02-28 Thread Thomas Schwinge
SUBROUTINE sub_1 >IMPLICIT NONE > -!$ACC ROUTINE (ABORT) > -!$ACC ROUTINE (ABORT) SEQ > +!$ACC ROUTINE (ABORT) SEQ VECTOR ! { dg-error "Intrinsic symbol specified in > \\!\\\$ACC ROUTINE \\( NAME \\) at \\(1\\), with incompatible clauses > specifying the level o