Changes between Initial Version and Version 1 of Ticket #5994, comment 5


Ignore:
Timestamp:
2020-06-02T08:46:14Z (5 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5994, comment 5

    initial v1  
    1 This is caused by previous expressions (`&preExp`) and variable declarations (`&varDecl`) for subscript expressions are not used. So any ''un-evaluated'' complicated expression that is used as a subscript never worked. The reason it was not changed was because we need to pass these buffers to a chain of component reference handling functions if we wanted to get them to subscript generation and nothing in the testsuite seemed to need them.
     1This is caused because previous expressions (`&preExp`) and variable declarations (`&varDecl`) for subscript expressions are not used. So any ''un-evaluated'' complicated expression that is used as a subscript never worked. The reason it was not changed was because we need to pass these buffers to a chain of component reference handling functions if we wanted to get them to subscript generation and nothing in the testsuite seemed to need them.
    22 
    33I guess the time has come to pass them around and then use dummy `&preExp` and `&varDecl` where we do not have that info.