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
PR c/79730
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr79730.c
blob
497823a486ce4e198f51e7b7c8e83b86a949a6ce
1
/* PR c/79730 */
2
/* { dg-do compile } */
3
/* { dg-options "-std=gnu11" } */
4
5
register
int
x
()
asm
(
""
);
/* { dg-error "invalid storage class" } */
6
register
float
y
()
asm
(
""
);
/* { dg-error "invalid storage class" } */