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
2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c99-longlong-2.c
blob
fc6c8a5efd0d2348704d03fc1bfd6389f1cbccd6
1
/* Test for long long: if explicit Wlong-long, in C99 only warn, not
2
pedwarn. */
3
/* { dg-do compile } */
4
/* { dg-options "-std=iso9899:1999 -pedantic-errors -Wlong-long" } */
5
6
long long
foo
;
/* { dg-warning "long long" } */