foxtran

Results 80 issues of foxtran

I have tried to reprint the following code: ```fortran program main integer, parameter :: & minimum = 10, & !< minimum maximum = 20 !< maximum end ``` and it...

I have tried to run reprinter for multiple-line FORMAT statement: ```fortran program main 9005 FORMAT(//1X,'*** ERROR ***'/ * 1X,'PLEASE, CHECK', * ' THE INPUT FILE'/ * 1X,'THIS PART OF CODE...

Type: Bug

I have tried to reprint the following code: ```fortran program main print 9000 9000 FORMAT('HELLO, WORLD!') end ``` And it returns the following code without any spaces in FORMAT statement:...

Type: Bug

Can the ability to work with modern Fortran (like 90 or even 2003) in a fixed format be added?

wontfix

### Compiler name Flang (FlangLLVM) ### Compiler version 17.0.0 x86-64 ### Compiler language Fortran ### Compiler homepage https://github.com/llvm/llvm-project/tree/release/17.x/flang ### Motivation Compiler Explorer has FlangLLVM 15.0.0. It is too old and...

new-compilers
request

### Compiler name Intel C Compiler/Intel C++ Compiler/... ### Compiler version 2024.0.0 ### Compiler language C, C++, Fortran ### Compiler homepage https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-hpc-toolkit-release-notes.html ### Motivation A new version is available! :)

new-compilers
request

**Description** This PR adds `?gemm_batch` routines and new `xerblai` error handler for batched routines. `?gemm_batch` routines can be extremely useful in case of large set of small matrixes in the...

I compiled xtb 6.5.1 with `cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release` (GCC 8.5.0 was found, I did not notice that xtb was compiled with OpenMP support according to `make VERBOSE=1` output) And,...

See also: https://gitlab.kitware.com/cmake/cmake/-/issues/25426