[PATCH] D143241: [Clang] Reset FP options before function instantiations
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 21 22:30:20 PDT 2023
sepavloff added inline comments.
================
Comment at: clang/lib/Parse/ParseTemplate.cpp:1736
+ // point of the template definition.
+ Actions.resetFPOptions(LPT.FPO);
+
----------------
rjmccall wrote:
> Ah, is this bug specific to the MSVC-compatible template logic?
Exactly. This is MSVC bug-or-feature.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143241/new/
https://reviews.llvm.org/D143241
More information about the cfe-commits
mailing list