View previous topic :: View next topic |
Author |
Message |
StamK
Joined: 12 Oct 2016 Posts: 167
|
Posted: Sat Jun 21, 2025 6:51 pm Post subject: Possible bug |
|
|
Whenever I try to compile the following subroutine (32bit or 64bit, v9.12.0), I am getting
Code: |
subroutine test_regression ()
REAL, ALLOCATABLE :: AIN(:)
nk = 1
ALLOCATE(AIN(NK), stat=IST)
DEALLOCATE(AIN(NK), stat=IST)
end subroutine
|
0048d5c4 make_nullify_tree(struct�tree_ptr,enum�logical,enum�logical) [+01ce]
0048ac84 process_allocate(int,<ref>struct�tree_ptr)#26 [+12ee]
0048cb1c handle_allocate(int,<ptr>char,int) [+06ff]
004111eb parse_executable_statement(<ptr>char,int,<ref>int) [+32a8]
004156d4 handle_token(<ptr>char,int,int,int,int,<ref>int) [+1230]
0040627a ProcessEntireLine(void) [+06c8]
004071fa compile(<ptr>char) [+016f]
0040181d main [+058e]
|
|
Back to top |
|
 |
StamK
Joined: 12 Oct 2016 Posts: 167
|
Posted: Sat Jun 21, 2025 6:53 pm Post subject: |
|
|
This is my Windows version
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26100 N/A Build 26100 |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sun Jun 22, 2025 7:00 am Post subject: |
|
|
StamK
Thank you for the bug report which is a regression in FTN95 at v9.12.
This has now been fixed for the next release. |
|
Back to top |
|
 |
StamK
Joined: 12 Oct 2016 Posts: 167
|
Posted: Sun Jun 22, 2025 9:15 am Post subject: |
|
|
Would it be possible to have updated EXE/DLLs in the support page? Thanks |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sun Jun 22, 2025 9:19 am Post subject: |
|
|
Yes. As it happened I did that before seeing your request. |
|
Back to top |
|
 |
StamK
Joined: 12 Oct 2016 Posts: 167
|
Posted: Sun Jun 22, 2025 5:19 pm Post subject: |
|
|
Confirmed fixed! |
|
Back to top |
|
 |
|