pr81356.c: New test.

2017-11-17  Steve Ellcey  <sellcey@cavium.com>

	* gcc.target/aarch64/pr81356.c: New test.

From-SVN: r254903
This commit is contained in:
Steve Ellcey 2017-11-17 22:46:46 +00:00 committed by Steve Ellcey
parent 26724ef992
commit 667b43c179
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-11-17 Steve Ellcey <sellcey@cavium.com>
* gcc.target/aarch64/pr81356.c: New test.
2017-11-17 Jan Hubicka <hubicka@ucw.cz>
* gcc.target/i386/xop-imul64-vector.c: Disable vectorizer costmodel.

View File

@ -0,0 +1,9 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
void f(char *a)
{
__builtin_strcpy (a, "");
}
/* { dg-final { scan-assembler-not "ldrb" } } */