Commit 9a55e3f6 by H.J. Lu Committed by H.J. Lu

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

From-SVN: r177489
parent bc65f81f
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
PR middle-end/47364 PR middle-end/47364
* gcc.dg/torture/pr47364-1.c: New. * gcc.dg/torture/pr47364-1.c: New.
* gcc.target/i386/pr47364-1.c: Likewise. * gcc.c-torture/compile/pr47364-1.c: Likewise.
* gcc.target/i386/pr47364-2.c: Likewise. * gcc.c-torture/compile/pr47364-2.c: Likewise.
2011-08-05 Thomas Koenig <tkoenig@gcc.gnu.org> 2011-08-05 Thomas Koenig <tkoenig@gcc.gnu.org>
......
/* { dg-do compile } */
/* { dg-options "-O" } */
static unsigned char foo[256]; static unsigned char foo[256];
arc4_init(void) arc4_init(void)
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
extern __SIZE_TYPE__ strlen (const char *); extern __SIZE_TYPE__ strlen (const char *);
void foo (char *, const char *); void foo (char *, const char *);
int bar (const char *prefix) int bar (const char *prefix)
......
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