From 13bd57a17741f2aa6c966f3709a86a94b16de388 Mon Sep 17 00:00:00 2001 From: Oleg Endo Date: Tue, 13 Mar 2012 22:50:25 +0000 Subject: [PATCH] re PR rtl-optimization/48596 ([SH] unable to find a register to spill in class 'FPUL_REGS') PR target/48596 * gcc.target/sh/pr48596.c: Move accidentally added new test case to ... * gcc.c-torture/compile/pr48596.c: ... here. From-SVN: r185362 --- gcc/testsuite/ChangeLog | 6 ++++++ .../{gcc.target/sh => gcc.c-torture/compile}/pr48596.c | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) rename gcc/testsuite/{gcc.target/sh => gcc.c-torture/compile}/pr48596.c (85%) 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;