This series is based on a previous thread and review comments from RichardS and
Jakub upstream:

https://gcc.gnu.org/pipermail/gcc-patches/2025-March/677072.html

The changes suggested are cosmetic in nature. As suggested in the previous
series v3, this series doesn't include tests - they're going to be part of a
separate patch series.

Patches have been rebased, retested and bootstrapped on aarch64-linux-gcc.
OK for trunk?

Richard Sandiford (1):
  gomp: Various fixes for SVE types [PR101018]

Tejas Belagod (2):
  Add function to strip pointer type and get down to the actual pointee
    type.
  AArch64: Diagnose OpenMP offloading when SVE types involved.

 gcc/config/aarch64/aarch64-sve-builtins.cc | 37 ++++++++++++-
 gcc/fold-const.cc                          |  7 +++
 gcc/gimplify.cc                            | 60 ++++++++++++++++++----
 gcc/omp-low.cc                             |  2 +-
 gcc/poly-int.h                             | 19 +++++++
 gcc/target.h                               | 37 ++++++++++++-
 gcc/tree.h                                 |  9 ++++
 7 files changed, 157 insertions(+), 14 deletions(-)

-- 
2.25.1

Reply via email to