diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf9503c2981..0f8f7a1d2f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-03-13 Oleg Endo + + PR target/48596 + * gcc.target/sh/pr48596.c: Move accidentally added new test case to ... + * gcc.c-torture/compile/pr48596.c: ... here. + 2012-01-30 Dodji Seketeli PR c++/51641 diff --git a/gcc/testsuite/gcc.target/sh/pr48596.c b/gcc/testsuite/gcc.c-torture/compile/pr48596.c similarity index 85% rename from gcc/testsuite/gcc.target/sh/pr48596.c rename to gcc/testsuite/gcc.c-torture/compile/pr48596.c index 30262789343..382a152413e 100644 --- a/gcc/testsuite/gcc.target/sh/pr48596.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr48596.c @@ -1,7 +1,4 @@ -/* Check that the following code compiles without errors. */ -/* { dg-do compile { target "sh*-*-*" } } */ -/* { dg-options "-O1" } */ - +/* PR target/48596 */ enum { nrrdCenterUnknown, nrrdCenterNode, nrrdCenterCell, nrrdCenterLast }; typedef struct { int size; int center; } NrrdAxis; typedef struct { int dim; NrrdAxis axis[10]; } Nrrd;