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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [stackalign/] [pr16660-3.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do run } */
2
 
3
#include "check.h"
4
 
5
typedef __SIZE_TYPE__ size_t;
6
#define ALIGNMENT 256
7
int main(void)
8
{
9
  int a[ALIGNMENT/sizeof(int)] __attribute__((aligned(ALIGNMENT)));
10
  check (&a, ALIGNMENT);
11
  int b[ALIGNMENT/sizeof(int)] __attribute__((aligned(ALIGNMENT)));
12
  check (&b, ALIGNMENT);
13
  return 0;
14
}

powered by: WebSVN 2.1.0

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