[PATCH] D107575: [Flang] Ported test_errors.sh to Python
Ivan Zhechev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 01:57:40 PDT 2021
ijan1 added a comment.
In D107575#2944131 <https://reviews.llvm.org/D107575#2944131>, @Meinersbur wrote:
> The evaluation order is indeed undefined <https://en.cppreference.com/w/cpp/language/eval_order> for operators except `||` and `&&`. I suggest to store the results in a variables. Them being part of a if-else will require some restructuring.
I will have a patch fixing this issue soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107575/new/
https://reviews.llvm.org/D107575
More information about the llvm-commits
mailing list