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 tree-optimization/33562
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
if-5.c
blob
8238a12ae4bb4f599ddf0c4d50f784ee2957297f
1
/* Regression test: #ifdef 0 should not crash. Problem noted by
2
Jakub Jelinek <jakub@redhat.com>. */
3
/* { dg-do preprocess } */
4
5
#ifdef 0
/* { dg-error "macro names" } */
6
#endif
7
8
#ifndef 0
/* { dg-error "macro names" } */
9
#endif