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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
wchar_t-2.c
blob
95ddca0e54b527d97162248e51465370672dbf43
1
/* { dg-options "-fshort-wchar" } */
2
/* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned
3
short". */
4
5
extern
int
i
[
sizeof
(
L
'a'
)];
6
int
i
[
sizeof
(
unsigned short
)];