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 5/6] [GOMP4] OpenACC 1.0+ support in fortran front-end


Hi!

On Mon, 10 Feb 2014 13:44:51 +0400, Ilmir Usmanov <i.usmanov@samsung.com> wrote:
> > As -fopenmp seemingly can be mixed with -fopenacc, I think it would be 
> > nice to have some test cases where !$omp and !$acc are both placed - 
> > in either order - before the same Fortran statement.
> >
> I'm going to test this, too. There are can be some compilcations while 
> using both !$omp and !$acc on single statement.

For the record, in the C front end and middle end, I'm currently refusing
any nesting of OpenACC and OpenMP directives (keeping that "fun" for
later...).  See gcc/testsuite/c-c++-common/goacc-gomp/nesting-fail-1.c
and gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c in r204532,
<http://news.gmane.org/find-root.php?message_id=%3C8761s5joir.fsf%40schwinge.name%3E>.


GrÃÃe,
 Thomas

Attachment: pgpo6CtNcvfAI.pgp
Description: PGP signature


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