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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
uchar-1.c
blob
3483e328101bc30a1fbeefae8ec62474ebab15c3
1
/* Copyright (C) 2002 Free Software Foundation, Inc. */
2
3
/* { dg-do preprocess } */
4
/* { dg-options "-funsigned-char -fsigned-char" } */
5
6
#if defined (__CHAR_UNSIGNED__)
7
# error __CHAR_UNSIGNED__ defined
8
#endif