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
Handle peeling for alignment with masking
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-error-1.c
blob
5b870f14a319bf1871dca9cedea25021c8675d29
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
void
__GIMPLE
()
foo
(
int
a
)
5
{
6
bb_2
:
7
a
= *
b
;
/* { dg-error "undeclared" } */
8
9
bb_3
:
10
return
;
11
}