Open
Description
Bugzilla Link | 37736 |
Version | trunk |
OS | All |
CC | @DougGregor |
Extended Description
Hi!
We recently got a crush, that boils can be fixed by marking constexpr char[]
as static
.
If we check this in clang 6.0 - the codegen is identical for both static and non-static. It's not the case in trunk.
Here's godbolt: https://godbolt.org/g/R4WhUQ
Best,
Denis