]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Correctly handle pre/post-increment expression as index of element access
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 8 Mar 2023 19:16:51 +0000 (20:16 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 8 Mar 2023 19:22:38 +0000 (20:22 +0100)
commit2485098aa1a16018b2b748a723177e71e093ab73
tree038903bbc1c3841b0937fc13ecc847d15d296bab
parent7da7cb4f369876dcf807d78961a65db67db9e228
vala: Correctly handle pre/post-increment expression as index of element access

Regression of cb1828cfc5273aca752de9b39a77e0cd53305e61

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1417
tests/Makefile.am
tests/basic-types/bug596637.c-expected
tests/control-flow/pre-post-increment-array-index.c-expected [new file with mode: 0644]
tests/control-flow/pre-post-increment-array-index.vala [new file with mode: 0644]
vala/valamemberaccess.vala