[PATCH] D94618: [flang] Fix dangling pointer in LabelEnforce

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 06:39:28 PST 2021


sameeranjoshi accepted this revision.
sameeranjoshi added a comment.
This revision is now accepted and ready to land.

Thank you for the patch.
I did get an email from the bot with a weird text `Control flow escapes from \xcb\x1c\xda\xff\xff\nexpect at 16: Control flow escapes from PARALLEL\n'`
I had a build of `gcc 9.2` and the tried to check with the recent pull from `main` and all tests seem to work.
It was pointed[1] by @awarzynski that the issue was specifically due to `clang-10`.

Thank you again.
[1] https://reviews.llvm.org/D93447#2498085


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94618/new/

https://reviews.llvm.org/D94618



More information about the llvm-commits mailing list