[clang] [test] Add a (xfailing) test for PR41027
authorMichal Gorny <mgorny@gentoo.org>
Wed, 5 Jun 2019 08:21:42 +0000 (08:21 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Wed, 5 Jun 2019 08:21:42 +0000 (08:21 +0000)
commit2ae86d208932637802c4c18b5893f74c0ed418a0
treea3d30533023ad1f806e35c52959e4c881cfedb7c
parentda7f033693a757b54bde89b14af601b672944aa9
[clang] [test] Add a (xfailing) test for PR41027

Add a test for tracking PR41027 (8.0 regression breaking assembly code
relying on __builtin_constant_p() to identify compile-time constants).
Mark it as expected to fail everywhere.

Differential Revision: https://reviews.llvm.org/D60728

llvm-svn: 362587
clang/test/Sema/pr41027.c [new file with mode: 0644]