]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/attr-mode-1.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / attr-mode-1.c
1 /* PR c/17384 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 typedef struct __attribute__((mode(SI))) { 
6     unsigned    INT0    :1, 
7                 RES0    :1, 
8                         :6, 
9                 INT1    :1, 
10                 RES1    :1, 
11                         :6, 
12                         :16; 
13 } MCR;  /* { dg-error "inappropriate type" } */