r183821 - Add support for complex compound assignments where the LHS is a scalar.
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Wed Jun 12 11:01:06 PDT 2013
On Wed, 2013-06-12 at 10:33 -0700, Eli Friedman wrote:
> On Wed, Jun 12, 2013 at 7:45 AM, Bill Schmidt
> <wschmidt at linux.vnet.ibm.com> wrote:
> Hi Eli,
>
> The change to volatile-1.c fails on
> powerpc64-unknown-linux-gnu:
>
> /home/wschmidt/llvm/llvm-test3/tools/clang/test/CodeGen/volatile-1.c:317:11: error: expected string not found in input
> // CHECK: define i32 @test2()
> ^
> <stdin>:206:1: note: scanning from here
> }
> ^
> <stdin>:211:9: note: possible intended match here
> define signext i32 @test2() #0 {
> ^
>
>
> This should be fixed in r183847.
Verified. Thanks!
Bill
>
>
> -Eli
More information about the cfe-commits
mailing list