Re: [PATCH] Fortran: error recovery on invalid array reference of non-array [PR103590]

2022-07-20 Thread Mikael Morin
Le 19/07/2022 à 23:34, Harald Anlauf a écrit : Committed: r13-1757-gf838d15641d256e21ffc126c3277b290ed743928 Thanks.

[PATCH, committed] Fortran: fix parsing of omp task affinity iterator clause [PR101330]

2022-07-20 Thread Harald Anlauf via Fortran
Dear all, there was some left-over code - likely from development - that could lead to a compiler segfault when given invalid input. Steve found the offending line. Removing it solves the issue. The fix was acknowledged by Tobias in the PR. Regtested on x86_64-pc-linux-gnu. Pushed as: r13-176