arporter / habakkuk

Fortran code analysis for performance prediction
11 stars 0 forks source link

Habakkuk does not store array-index expression in parentheses #38

Closed arporter closed 7 years ago

arporter commented 7 years ago

Habakkuk fails to store the array-index expression when it is enclosed within parentheses, e.g.:

a((i+j)) = 2.0*b(i)

Requesting the full_name of the node representing the LHS of this expression just returns "a()".

arporter commented 7 years ago

Accidentally did this work on the master branch. I've therefore deleted that initial commit, created the array_ref_parentheses branch and re-done the work on there.

arporter commented 7 years ago

PR #39 merged to master.