Commit 13bd57a1 by Oleg Endo

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
parent 60f9021b
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
......
/* 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;
......
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