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: [gomp4] expunge shared_size from launch API


On 09/07/15 09:46, Tom de Vries wrote:
On 31/08/15 19:39, Nathan Sidwell wrote:
Index: gcc/omp-builtins.def
===================================================================
--- gcc/omp-builtins.def    (revision 227269)
+++ gcc/omp-builtins.def    (working copy)
@@ -45,11 +45,11 @@ DEF_GOACC_BUILTIN_FNSPEC (BUILT_IN_GOACC
                ATTR_NOTHROW_LIST, "...rrr")
  DEF_GOACC_BUILTIN_FNSPEC (BUILT_IN_GOACC_KERNELS_INTERNAL,
                "GOACC_kernels_internal",
-              BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_SIZE_VAR,
-              ATTR_FNSPEC_DOT_DOT_DOT_DOT_r_r_r_NOTHROW_LIST,
-              ATTR_NOTHROW_LIST, "....rrr")
+              BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_VAR,
+              ATTR_FNSPEC_DOT_DOT_DOT_r_r_r_NOTHROW_LIST,
+              ATTR_NOTHROW_LIST, "...rrr")

The VOID_INT_OMPFN_SIZE_PTR_PTR_PTR bit stayed the same, so the fnspec list
should have been kept the same.

Thanks for noticing!  will fix.

nathan


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