We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1530451 commit 81e0bb4Copy full SHA for 81e0bb4
src/testdrive.F90
@@ -285,7 +285,12 @@ end subroutine test_interface
285
abstract interface
286
!> Collect all tests
287
subroutine collect_interface(testsuite)
288
+#ifdef __NVCOMPILER_LLVM__
289
+ ! this is only an issue with nvhpc 25.9, possibly a bug in the compiler ! verify in next release
290
import :: unittest_type, test_interface
291
+#else
292
+ import :: unittest_type
293
+#endif
294
295
!> Collection of tests
296
type(unittest_type), allocatable, intent(out) :: testsuite(:)
0 commit comments