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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr38774.c] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR rtl-optimization/38774 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
/* { dg-options "-march=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
5
 
6
extern int bar (void);
7
volatile int g;
8
 
9
int
10
foo (void)
11
{
12
  int a = 1 >= bar ();
13
  if ((1 > 9223372036854775807LL - a && 1 - a ? : 1 + a) & 1)
14
    return g;
15
  return 0;
16
}

powered by: WebSVN 2.1.0

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