> *Subject:* Re: r369281 - Implement P1668R1
>
>
>
> Not sure if this was caught by upstream bots already, but we're seeing a
> failing test ob our x64 bots:
>
>
>
> ```
>
> FAIL: Clang :: SemaCXX/cxx1z-constexpr-lambdas.cpp (9574 of 15387)
> *
Yeah, sorry about that. I fixed it in 369284.
From: Leonard Chan [mailto:leonardc...@google.com]
Sent: Monday, August 19, 2019 11:33 AM
To: Keane, Erich
Cc: cfe-commits cfe
Subject: Re: r369281 - Implement P1668R1
Not sure if this was caught by upstream bots already, but we're see
Not sure if this was caught by upstream bots already, but we're seeing a
failing test ob our x64 bots:
```
FAIL: Clang :: SemaCXX/cxx1z-constexpr-lambdas.cpp (9574 of 15387)
TEST 'Clang :: SemaCXX/cxx1z-constexpr-lambdas.cpp'
FAILED
Script:
--
: 'RUN: at l
Author: erichkeane
Date: Mon Aug 19 10:39:59 2019
New Revision: 369281
URL: http://llvm.org/viewvc/llvm-project?rev=369281&view=rev
Log:
Implement P1668R1
Allow inline assembly statements in unexecuted branches of constexpr
functions.
Modified:
cfe/trunk/lib/Frontend/InitPreprocessor.cpp