From: Bin Cheng Date: Fri, 24 Apr 2015 03:44:53 +0000 (+0000) Subject: pr42172-1.c: Check str instead of ldr. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62d47a882758add1f94f26941c7461ecebcf4b3e;p=gcc.git pr42172-1.c: Check str instead of ldr. gcc/testsuite/ChangeLog * gcc.target/arm/pr42172-1.c: Check str instead of ldr. From-SVN: r222396 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 221a592c98c..ba700fc1e92 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-04-24 Bin Cheng + + * gcc.target/arm/pr42172-1.c: Check str instead of ldr. + 2015-04-24 Terry Guo * gcc.target/arm/pr65710.c: Update the options. diff --git a/gcc/testsuite/gcc.target/arm/pr42172-1.c b/gcc/testsuite/gcc.target/arm/pr42172-1.c index 207f6001fb7..a3de02f6fc2 100644 --- a/gcc/testsuite/gcc.target/arm/pr42172-1.c +++ b/gcc/testsuite/gcc.target/arm/pr42172-1.c @@ -16,4 +16,4 @@ void init_A (struct A *this) this->f4 = 0; } -/* { dg-final { scan-assembler-times "ldr" 1 } } */ +/* { dg-final { scan-assembler-times "str" 1 } } */