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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [ia64/] [float80-2.c] - Rev 324

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

/* Bug 14610 */
/* { dg-do run } */
/* { dg-options "-minline-int-divide-max-throughput" } */
 
extern void abort(void);
volatile int j = 30;
 
int main(void)
{
  if (29 % j != 29) abort();
  if (30 % j != 0)  abort();
  return 0;
}
 

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.