repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
attr-mode-1.c
blob
e60d01b3382aa337dab30b58989c86116ababe8d
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" } */