pr91684.c: Use effective-target arm_prefer_ldrd_strd.

2019-09-07  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gcc.target/arm/pr91684.c: Use effective-target arm_prefer_ldrd_strd.

From-SVN: r275489
This commit is contained in:
Bernd Edlinger 2019-09-07 18:26:26 +00:00 committed by Bernd Edlinger
parent e950ddb04b
commit 70ca91f5d4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2019-09-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gcc.target/arm/pr91684.c: Use effective-target arm_prefer_ldrd_strd.
2019-09-07 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/cpp2a/decomp2.C: Add TLS options.

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target arm_ldrd_strd_ok } */
/* { dg-require-effective-target arm_prefer_ldrd_strd } */
/* { dg-options "-O3" } */
typedef struct { int a, b, c; } S;