projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc8585
)
[OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE'
author
Thomas Schwinge
<thomas@codesourcery.com>
Mon, 2 Aug 2021 16:34:47 +0000
(18:34 +0200)
committer
Thomas Schwinge
<thomas@codesourcery.com>
Mon, 9 Aug 2021 11:36:19 +0000
(13:36 +0200)
Unused as of r229767 (Git commit
e50146711b7200e8f822c6d8239430c682b76e4f
)
"OpenACC reductions".
gcc/
* omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE): Remove.
gcc/omp-builtins.def
patch
|
blob
|
history
diff --git
a/gcc/omp-builtins.def
b/gcc/omp-builtins.def
index
97964f8
..
4a7e7ba
100644
(file)
--- a/
gcc/omp-builtins.def
+++ b/
gcc/omp-builtins.def
@@
-29,8
+29,6
@@
along with GCC; see the file COPYING3. If not see
/* The reason why they aren't in gcc/builtins.def is that the Fortran front end
doesn't source those. */
-DEF_GOACC_BUILTIN (BUILT_IN_ACC_GET_DEVICE_TYPE, "acc_get_device_type",
- BT_FN_INT, ATTR_NOTHROW_LIST)
DEF_GOACC_BUILTIN (BUILT_IN_GOACC_DATA_START, "GOACC_data_start",
BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, ATTR_NOTHROW_LIST)
DEF_GOACC_BUILTIN (BUILT_IN_GOACC_DATA_END, "GOACC_data_end",