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:
parent
26724ef992
commit
667b43c179
@ -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.
|
||||
|
9
gcc/testsuite/gcc.target/aarch64/pr81356.c
Normal file
9
gcc/testsuite/gcc.target/aarch64/pr81356.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
void f(char *a)
|
||||
{
|
||||
__builtin_strcpy (a, "");
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-not "ldrb" } } */
|
Loading…
Reference in New Issue
Block a user