Andy May
Andy May
There appears to be some inappropriate policing of save and contiguous attributes which causes compilation to fail: > cat test.f90 module test implicit none integer, dimension(:), pointer, contiguous, save ::...
Some jobs report the following error when run through Valgrind ``` ==12272== Invalid read of size 8 ==12272== at 0x6B7ABF3: libmetis__Greedy_KWayCutOptimize (kwayfm.c:497) ==12272== by 0x6B76A9E: libmetis__Greedy_KWayOptimize (kwayfm.c:26) ==12272== by 0x6B73D39:...
i.e. the `\;` latex command in math mode. This is a regression in Doxygen 1.10.0, it did not occur with 1.9.8. An example Fortran file `test.f90`: ``` !> test doxygen...
As requested https://github.com/doxygen/doxygen/issues/10552#issuecomment-2120461400 is reported here as it's own issue. Here is an example `test.f90`: ``` !> test doxygen !> !> A formula \f$A\f$; followed by a semi-colon subroutine test...