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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [pr52181.c] - Blame information for rev 686

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 686 jeremybenn
/* PR c/52181 */
2
/* { dg-do compile } */
3
 
4
extern const int v1[];
5
const int __attribute__((aligned(16))) v1[] = { 1 };
6
extern const int __attribute__((aligned(16))) v2[];
7
const int v2[] = { 1 };
8
extern const int __attribute__((aligned(16))) v3[];
9
const int __attribute__((aligned(16))) v3[] = { 1 };
10
const int __attribute__((aligned(16))) v4[] = { 1 };
11
int test[(__alignof__ (v4) != __alignof__ (v1)          /* { dg-bogus "is negative" } */
12
         || __alignof__ (v4) != __alignof__ (v2)
13
         || __alignof__ (v4) != __alignof__ (v3)) ? -1 : 0];

powered by: WebSVN 2.1.0

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