[PATCH] D135818: [clang] Update ASM goto documentation to reflect how Clang differs from GCC

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 15:35:09 PDT 2022


shafik added a comment.

Thank you for updating the documents!



================
Comment at: clang/docs/LanguageExtensions.rst:1555
+  on the indirect branch may result in undefined behavior and should be
+  avoided.
 
----------------
It would be helpful to provide an example of what is not supported. If you can provide an example that actually results in undefined behavior that would be even better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135818



More information about the cfe-commits mailing list