| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TST: adding test for constants without compound kind spec | jutke | 2017-01-20 | 1 | -0/+23 |
| | | | | | | | | This augments the test in constant_compound.f90 by using constants without a compound kind spec to illustrate the case that led to the reporting of issue #8493 | ||||
| * | TST: adding tests for compound constant provided by @zerothi | jutke | 2017-01-20 | 1 | -0/+15 |
| | | | | | | This is a test code provided as a patch by @zerothi checking the compound constant parsing. | ||||
| * | BUG: fixed kind specifications for parameters | Nick Papior | 2016-11-27 | 3 | -0/+102 |
| Fortran sources with parameters having kind-specifiers where not correctly intercepted in the crackfortran.py source. The reason was a restrictive check for only integer specifiers which did not split real's into the correct number. Furthermore, several tests has been added which tests the different kind specifiers and their use in codes, also all of them together. Signed-off-by: Nick Papior <nickpapior@gmail.com> | |||||
