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
This commit is contained in:
Oleg Endo 2012-03-13 22:50:25 +00:00
parent 60f9021b2a
commit 13bd57a177
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2012-03-13 Oleg Endo <olegendo@gcc.gnu.org>
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 <dodji@redhat.com>
PR c++/51641

View file

@ -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;