Move gcc.target/i386/pr47364-[12].c gcc.c-torture/compile/pr47364-[12].c.

From-SVN: r177489
This commit is contained in:
H.J. Lu 2011-08-05 22:27:47 +00:00 committed by H.J. Lu
parent bc65f81fa1
commit 9a55e3f6c6
3 changed files with 2 additions and 8 deletions

View file

@ -2,8 +2,8 @@
PR middle-end/47364
* gcc.dg/torture/pr47364-1.c: New.
* gcc.target/i386/pr47364-1.c: Likewise.
* gcc.target/i386/pr47364-2.c: Likewise.
* gcc.c-torture/compile/pr47364-1.c: Likewise.
* gcc.c-torture/compile/pr47364-2.c: Likewise.
2011-08-05 Thomas Koenig <tkoenig@gcc.gnu.org>

View file

@ -1,6 +1,3 @@
/* { dg-do compile } */
/* { dg-options "-O" } */
static unsigned char foo[256];
arc4_init(void)

View file

@ -1,6 +1,3 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
extern __SIZE_TYPE__ strlen (const char *);
void foo (char *, const char *);
int bar (const char *prefix)