View previous topic :: View next topic |
Author |
Message |
mecej4
Joined: 31 Oct 2006 Posts: 1896
|
Posted: Thu Feb 15, 2024 2:57 pm Post subject: Access violation while compiling |
|
|
The latest version of the compiler (9.02) aborts with an access violation (attempt to read from location 00000034) when asked to compile the test file (Link: https://www.dropbox.com/scl/fi/eskn8v3gjrtd152ngzv2u/avio.f90?rlkey=2rr7u1xly4fpofvsgvxr777qq&dl=0 ) with the options /64 /opt .
The bug is rather delicate. For example, removing the 12 comment lines in the source file that begin with "!" makes the bug go into hiding.
Emphasis: The bug is related to the running of the compiler itself. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8012 Location: Salford, UK
|
Posted: Thu Feb 15, 2024 4:20 pm Post subject: |
|
|
mecej4
Thank you for the feedback. This failure relates to the new optimisation number 95. It has now been fixed for the next release of FTN95. |
|
Back to top |
|
|
|