comparison gcc/testsuite/gcc.dg/cpp/hash1.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900 (2017-10-27)
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
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 } */