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.dg/] [pr28402.c] - Rev 315

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

/* { dg-options "" } */
typedef long long ll;
typedef unsigned long long ull;
 
int global;
 
#define A(BASE, OP, AMT) \
  ll BASE ## AMT (ll x) { return x OP AMT; } \
  ull BASE ## AMT ## u (ull x) { return x OP AMT; }
 
#define B(BASE, OP) \
  A (BASE, OP, 1) \
  A (BASE, OP, 10) \
  A (BASE, OP, 31) \
  A (BASE, OP, 33) \
  A (BASE, OP, 61) \
  A (BASE, OP, global)
 
B (left, <<)
B (right, >>)
 
/* { dg-final { scan-assembler-not "__\[a-z\]*si3" } } */
 

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.