]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/libgomp_f.h.in
Daily bump.
[thirdparty/gcc.git] / libgomp / libgomp_f.h.in
index ccb7e839477432750f9dc7e26a67d2fbb8885193..e9e8bca924c11a1414f7f61b2612afaf492056c8 100644 (file)
@@ -1,7 +1,8 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2024 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
@@ -78,7 +79,12 @@ omp_check_defines (void)
             || @OMP_NEST_LOCK_SIZE@ != sizeof (omp_nest_lock_t)
             || @OMP_NEST_LOCK_ALIGN@ != __alignof (omp_nest_lock_t)
             || @OMP_LOCK_KIND@ != sizeof (*(omp_lock_arg_t) 0)
-            || @OMP_NEST_LOCK_KIND@ != sizeof (*(omp_nest_lock_arg_t) 0))
+            || @OMP_NEST_LOCK_KIND@ != sizeof (*(omp_nest_lock_arg_t) 0)
+            || @INTPTR_T_KIND@ != sizeof (omp_allocator_handle_t)
+            || 4 != sizeof (omp_alloctrait_key_t)
+            || @INTPTR_T_KIND@ != sizeof (omp_alloctrait_value_t)
+            || @INTPTR_T_KIND@ != sizeof (omp_memspace_handle_t)
+            || @OMP_DEPEND_KIND@ != sizeof (omp_depend_t))
            ? -1 : 1] __attribute__ ((__unused__));
   char test2[(@OMP_LOCK_25_SIZE@ != sizeof (omp_lock_25_t)
             || @OMP_LOCK_25_ALIGN@ != __alignof (omp_lock_25_t)