Commit bd531f09 by Teresa Johnson Committed by Teresa Johnson

movdi-rex64.c: New.

        * gcc.target/i386/movdi-rex64.c: New.

From-SVN: r182119
parent 9b854a97
2011-12-08 Teresa Johnson <tejohnson@google.com>
* gcc.target/i386/movdi-rex64.c: New.
2011-12-08 Richard Guenther <rguenther@suse.de> 2011-12-08 Richard Guenther <rguenther@suse.de>
* gcc.dg/volatile3.c: New testcase. * gcc.dg/volatile3.c: New testcase.
......
/* { dg-do compile } */
/* { dg-options "-fPIE -Wwrite-strings" } */
/* { dg-require-effective-target pie } */
char *strcpy (char *dest, const char *src);
static __thread char buffer[25];
const char * error_message (void)
{
oops:
strcpy (buffer, "Unknown code ");
return 0;
}
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