public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][OpenACC] cleanup trans-stmt.h
@ 2018-08-07 21:40 Cesar Philippidis
  0 siblings, 0 replies; only message in thread
From: Cesar Philippidis @ 2018-08-07 21:40 UTC (permalink / raw)
  To: Fortran List, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

This patch removes a stale reference to trans-openacc.c in
gcc/fortran/trans-statement.h. I'll apply it to trunk as obvious shortly.

Cesar

[-- Attachment #2: 0001-OpenACC-cleanup-trans-stmt.h.patch --]
[-- Type: text/x-patch, Size: 873 bytes --]

From a08fe168c3f3ca4d446915ad26027786cda58394 Mon Sep 17 00:00:00 2001
From: Cesar Philippidis <cesar@codesourcery.com>
Date: Tue, 14 Mar 2017 22:33:00 +0000
Subject: [PATCH] [OpenACC] cleanup trans-stmt.h

2018-08-07  Cesar Philippidis  <cesar@codesourcery.com>

	gcc/fortran/
	* trans-stmt.h: Remove stale reference to trans-openacc.c.

---
 gcc/fortran/trans-stmt.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/fortran/trans-stmt.h b/gcc/fortran/trans-stmt.h
index c798c80..848c7d9 100644
--- a/gcc/fortran/trans-stmt.h
+++ b/gcc/fortran/trans-stmt.h
@@ -70,8 +70,6 @@ tree gfc_trans_deallocate_array (tree);
 /* trans-openmp.c */
 tree gfc_trans_omp_directive (gfc_code *);
 void gfc_trans_omp_declare_simd (gfc_namespace *);
-
-/* trans-openacc.c */
 tree gfc_trans_oacc_directive (gfc_code *);
 tree gfc_trans_oacc_declare (gfc_namespace *);
 
-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-07 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-07 21:40 [PATCH][OpenACC] cleanup trans-stmt.h Cesar Philippidis

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