OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
libcpp
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr34859.c
1
/* PR c++/34859.
2
It is ok to redefine __STDC_CONSTANT_MACROS and __STDC_LIMIT_MACROS. */
3
4
/* { dg-do preprocess } */
5
6
#define __STDC_CONSTANT_MACROS 1
7
#define __STDC_CONSTANT_MACROS 1
8
9
#define __STDC_LIMIT_MACROS 1
10
#define __STDC_LIMIT_MACROS 1