[PATCH] D49922: [P0936R0] add [[clang::lifetimebound]] attribute

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 2 11:47:04 PDT 2018


On Thu, 2 Aug 2018, Richard Smith via cfe-commits wrote:

> On Thu, 2 Aug 2018, 06:10 Martin Storsjö via Phabricator via cfe-commits,
> <cfe-commits at lists.llvm.org> wrote:
>       mstorsjo added a comment.
>
>       This change made clang to start trigger failed asserts for me
>       (although they seem to not be reproducible with all compilers
>       building clang), see https://bugs.llvm.org/show_bug.cgi?id=38421
>       for full description.
> 
> 
> Are you still seeing problems after r338478? This change is miscompiled by
> GCC; that revision contains a workaround.

Sorry, didn't see this mail until now. Yes, I saw problems even after 
r338478; I applied the same fix in a different spot as well, in r338749.

// Martin


More information about the cfe-commits mailing list