Skip to content
Snippets Groups Projects
Commit f8b6cbcd authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

testsuite: Account for newer, still broken NVHPC versions.

parent 803322ec
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,8 @@ if [ x"$lt_cv_nm_interface" = x"BSD nm" ]; then
/^[0-9a-fA-F]*[ ][ ]*B[ ]__odr_asan\\.[Xx][Tt]\\.*/b
# PGI compiler prefixes D and B entries of modules with underscore
/^[0-9a-fA-F]*[ ][ ]*[DB][ ]_([Yy][Aa]){0,1}[Xx][Tt]_/b
# NVHPC compiler 24.x and perhaps later adds this
/^[0-9a-fA-F]*[ ][ ]*B[ ]__PGI_CUDA_LOC/b
# skip $-symbols that the Cray compiler puts in
/^${exp_sym_prefix}.*\\\$.*/b
# skip internal symbols for stubs created by xlf
......
......@@ -60,7 +60,7 @@ MODULE redist_collection_displace
#endif
! and when taking the slice address and the optimizer is on,
! some other random failure occurs even with very recent compiler versions
#if defined __PGI && (__PGIC__ <= 21 || __PGIC__ == 22 && __PGIC_MINOR__ <= 5)
#if defined __PGI && (__PGIC__ <= 23 || __PGIC__ == 24 && __PGIC_MINOR__ <= 3)
#undef HAVE_FC_C_LOC_OF_SLICE
#endif
USE test_redist_common, ONLY: build_odd_selection_xmap, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment