Andy May

Results 5 issues of 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 ::...

bug
nvidia

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...

bug
fixed but not released
Fortran

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...

bug
Fortran