On 27/12/2024 19:52, Paul-Antoine Arras wrote:
On 23/12/2024 21:04, Tobias Burnus wrote:
For adjust-args-10.f90, I wonder whether it is sufficient as compile-
time only or whether it makes more sense to have a "dg-do run" to
check that type(C_ptr) value vs. not-value works. I think either is
fine, but if it stays in gcc/, can you manually run it once to re-
check that it works? (I think I did check it and it worked.)
Running adjust-args-10.f90 manually exhibited a bug that no other
testcase triggered. So I fixed the bug; then moved adjust-args-10.f90 to
the libgomp testsuite, renamed it to dispatch-3.f90 and made it dg-run.
I forgot to mention, I had to comment out the two allocatables in
functions f and g, otherwise I would get a segfault upon return. Is that
correct?
Thanks,
--
PA