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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
unc2.c
blob
976d2b181ab8d0b1d03eea731143f74407e5bd33
1
/* Tests for unterminated conditionals: 2. */
2
/* { dg-do preprocess } */
3
4
#ifdef __sparc__
/* { dg-error "unterminated" "unterminated if-elif-elif..." } */
5
sparc
6
#elif defined __powerpc__
7
ppc
8
#elif defined __i386__
9
i386
10
#elif defined __vax__
11
vax
12