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:
parent
60f9021b2a
commit
13bd57a177
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue