OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [eh/] [subreg-1.C] - Rev 749

Go to most recent revision | Compare with Previous | Blame | View Log

/* The lower-subreg pass would ICE on this test case with
   TODO_verify_flow on 32-bit PowerPC.  It didn't handle REG_EH_REGION
   notes correctly.  This is reduced from interpret.cc in libjava.  */

/* { dg-do compile } */
/* { dg-options "-O2 -fnon-call-exceptions" } */

union _Jv_word
{
  double *o;
  int i;
  int ia[1];
};
union _Jv_word2
{
  int ia[2];
  double d;
};

class _Jv_InterpMethod
{
  static void run_debug (_Jv_word *);
};

void
_Jv_InterpMethod::run_debug (_Jv_word *sp)
{
  try
  {
    {
      int index = ((int) (--sp)->i);
      double *arr = (double *) ((--sp)->o);
      _Jv_word2 w2;
      w2.d = arr[index];
      (sp++)->ia[0] = w2.ia[0];
    }
  }
  catch (int * ex)
  {
  }
}

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.