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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr46178.c] - Rev 695

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

/* { dg-do compile } */
/* { dg-options "-O -m8bit-idiv -fira-algorithm=priority" } */
/* This is the same as divmod-5.c, just with different options which
   trigger an ICE.  We don't look at the output.  */
 
extern void foo (int, int, int, int, int, int);
 
void
bar (int x, int y)
{
  foo (0, 0, 0, 0, x / y, x % y);
}
 
 

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.