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
/
hash1.c
blob
a4c4b3516dfb05253903330841d6712616219a21
1
/* Test for proper handling of # in object-like macros.
2
From Linux kernel. */
3
/* { dg-do preprocess } */
4
5
#define FIXUP .section
".fixup"
,#alloc,#execinstr
6
7
FIXUP
8
9
/* { dg-bogus "not followed by" "object-like #" { target *-*-* } 3 } */