public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2813] [OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE'
@ 2021-08-09 11:36 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2021-08-09 11:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:06870af3e48daf523a973981f053ee5c6f44c871

commit r12-2813-g06870af3e48daf523a973981f053ee5c6f44c871
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Aug 2 18:34:47 2021 +0200

    [OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE'
    
    Unused as of r229767 (Git commit e50146711b7200e8f822c6d8239430c682b76e4f)
    "OpenACC reductions".
    
            gcc/
            * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE): Remove.

Diff:
---
 gcc/omp-builtins.def | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/omp-builtins.def b/gcc/omp-builtins.def
index 97964f866ec..4a7e7badd7e 100644
--- 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",


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

only message in thread, other threads:[~2021-08-09 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 11:36 [gcc r12-2813] [OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE' Thomas Schwinge

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