Commit 667b43c1 by Steve Ellcey Committed by Steve Ellcey

pr81356.c: New test.

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

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

From-SVN: r254903
parent 26724ef9
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.
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
void f(char *a)
{
__builtin_strcpy (a, "");
}
/* { dg-final { scan-assembler-not "ldrb" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment