Changes between Initial Version and Version 1 of Ticket #5994, comment 5
- Timestamp:
- 2020-06-02T08:46:14Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5994, comment 5
initial v1 1 This is caused b yprevious 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.1 This 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. 2 2 3 3 I guess the time has come to pass them around and then use dummy `&preExp` and `&varDecl` where we do not have that info.