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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20011214-1.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do run } */
2
 
3
extern void abort (void);
4
extern void exit (int);
5
 
6
#define small   __attribute__((mode(QI))) int
7
int main()
8
{
9
  int x, y = 0x400;
10
 
11
  x = (small) y;                                /* { dg-bogus "ignored" } */
12
  if (sizeof (small) != sizeof (char))          /* { dg-bogus "ignored" } */
13
    abort ();
14
  if (sizeof (x) != sizeof (char) && x == y)
15
    abort ();
16
  return 0;
17
}

powered by: WebSVN 2.1.0

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