[PATCH] D69272: Restricted variant of '#pragma STDC FENV_ACCESS'
Kevin P. Neal via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 11:05:26 PDT 2019
kpn added a comment.
Does this work for C++? C++ templates? I only see C tests.
Is there a way forward to support having the #pragma at the start of any block inside a function? The effect won't be restricted to that block, true, but the standard does say the #pragma is allowed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69272/new/
https://reviews.llvm.org/D69272
More information about the cfe-commits
mailing list