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
PR c++/37276
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr35400.C
blob
021135df81372ab17a7ab7c01444be131c3d8333
1
/* { dg-do compile } */
2
/* { dg-options "-Wtype-limits" } */
3
4
struct A
5
{
6
A();
7
~A();
8
};
9
10
void foo()
11
{
12
A x[1];
13
}