public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [openacc] clean up acc directive matching in fortran
@ 2016-06-17  3:31 Cesar Philippidis
  2016-06-17  3:31 ` Cesar Philippidis
  0 siblings, 1 reply; 4+ messages in thread
From: Cesar Philippidis @ 2016-06-17  3:31 UTC (permalink / raw)
  To: gcc-patches, Fortran List, Jakub Jelinek

This patch introduces a match_acc function to the fortran FE. It's
almost identical to match_omp, but it passes openacc = true to
gfc_match_omp_clauses. I supposed I could have consolidated those two
functions, but they are reasonably simple so I left them separate. Maybe
a follow up patch can consolidate them. I was able to eliminate a lot of
duplicate code with this function.

Is this ok for trunk and gcc-6?

Cesar

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

end of thread, other threads:[~2016-06-17 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17  3:31 [openacc] clean up acc directive matching in fortran Cesar Philippidis
2016-06-17  3:31 ` Cesar Philippidis
2016-06-17  8:40   ` Tobias Burnus
2016-06-17 14:07     ` Jakub Jelinek

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).