Alexander_KS
  • Joined on 2023-09-14
Alexander_KS deleted branch replace_io_arrays from Alexander_KS/SAPFOR 2025-09-16 05:23:31 +00:00
Alexander_KS pushed to replace_io_arrays at Alexander_KS/SAPFOR 2025-09-16 05:22:58 +00:00
c6f290bb56 trivial, version updated
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-09-13 17:26:02 +00:00
4c8681bfe2 dvm updated
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-09-13 17:21:59 +00:00
d330a6ee23 changed line numbers to negative for INTENT and INTRINSIC
Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-09-12 05:57:03 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

кажется, что добавленной SgStatement::getStatementByFileAndLine вместо getDeclStatement будет достаточно.

Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-09-11 14:21:48 +00:00
b439759e9b updated dvm for SAPFOR
Alexander_KS merged pull request Alexander_KS/SAPFOR#65 2025-09-11 05:07:40 +00:00
ArrayAnalysis: consider case of IO_PRIV array from module
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-09-11 05:07:40 +00:00
b11973cb64 Merge pull request 'ArrayAnalysis: consider case of IO_PRIV array from module' (#65) from io_priv_module_arrays into master
df9a9a30bb fixed DIST::IO_PRIV detection
Compare 2 commits »
Alexander_KS deleted branch io_priv_module_arrays from Alexander_KS/SAPFOR 2025-09-11 05:07:40 +00:00
Alexander_KS pushed to io_priv_module_arrays at Alexander_KS/SAPFOR 2025-09-11 05:07:19 +00:00
df9a9a30bb fixed DIST::IO_PRIV detection
Alexander_KS commented on pull request Alexander_KS/SAPFOR#65 2025-09-11 05:06:55 +00:00
ArrayAnalysis: consider case of IO_PRIV array from module

просто передвинул условие выше, это ничему не противоречит?

Alexander_KS pushed to io_priv_module_arrays at Alexander_KS/SAPFOR 2025-09-11 05:06:26 +00:00
e3eafeb5a2 fixed DIST::IO_PRIV detection
Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-09-07 07:05:30 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

Всё ещё есть проблема с тем, что массивы из модуля не помечаются как IO_PRIV, нужно отдебажить

хорошо, а…

Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-09-07 07:04:45 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

понятно, надо тогда подумать, как лучше это делать, видимо для intent придется отрицательный номер строки…

Alexander_KS pushed to master at Alexander_KS/SAPFOR 2025-08-20 11:34:25 +00:00
2cd02c295f fixed expression calculation, fixed addArg
Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-08-17 15:15:04 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

без проверки

Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-08-17 15:15:04 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

тут тоже

Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-08-17 15:15:04 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

это в с++17 входит ?

Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-08-17 15:15:04 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

тут тоже

Alexander_KS commented on pull request Alexander_KS/SAPFOR#64 2025-08-17 15:15:04 +00:00
REMOVE_DIST_ARRAYS_FROM_IO Handle assumed-size and assumed-shape arrays

А если массив определен в процедуре как А(N) допустим, по языку он вроде статический, то есть выделяется на стеке при входе в нее, но размеры не будут определены, если N это не константа, тут все нормально с этим ?