[Openmp-commits] [PATCH] D12403: Fix GCC warning 'always_inline function might not be inlinable'
Jonas Hahnfeld via Openmp-commits
openmp-commits at lists.llvm.org
Mon Aug 31 04:13:17 PDT 2015
Hahnfeld added a comment.
In http://reviews.llvm.org/D12403#235158, @AndreyChurbanov wrote:
> Jonas,
>
> I talked to the authors of this code (Intel Tools team) and they suggested to fix the problem in a slightly different way. Could you please check if the following diff solves it? And if yes, I would prefer we follow their change, so that we are in sync with other places (repositories) with ittnotify sources.
>
> Thanks, Andrey
It works and I'm fine with this as well although I don't really understand why there shouldn't be inlining with `__STRICT_ANSI__` being defined...
Thanks,
Jonas
Repository:
rL LLVM
http://reviews.llvm.org/D12403
More information about the Openmp-commits
mailing list