The bot fails on AArch64 because REAL(10) is not supported. See here:
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
Event Timeline
Comment Actions
Thanks! All tests now pass on my AArch64 setup.
I think the following line in the test is responsible for detecting whether the target supports REAL(10) or not.
{ dg-require-effective-target fortran_real_10 }
Comment Actions
Thanks for looking into it. There are several DejaGNU directives that are currently not handled by the build system. It looks like this is another of them. I'll keep it in mind when tweaking the build system to handle some of the other currently failing tests.