diff mbox

[gomp4] cleanup trans-stmt.h

Message ID 8c66ab51-a10a-818e-d149-4e6cf8f04293@codesourcery.com
State New
Headers show

Commit Message

Cesar Philippidis March 14, 2017, 10:35 p.m. UTC
I noticed that gcc/fortran/trans-stmt.h made a reference to a
non-existent trans-openacc.c. Those functions have been placed in
trans-openmp.c. This patch has been applied to gomp-4_0-branch to
correct that error.

Cesar
diff mbox

Patch

2017-03-14  Cesar Philippidis  <cesar@codesourcery.com>

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

diff --git a/gcc/fortran/trans-stmt.h b/gcc/fortran/trans-stmt.h
index f9c8e74..6ca0c1b 100644
--- a/gcc/fortran/trans-stmt.h
+++ b/gcc/fortran/trans-stmt.h
@@ -65,8 +65,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 *);