repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Winline-3.C
blob
0b318a9da6775da277e5426595d47013d549a434
1
// { dg-options "-Winline -O" }
2
// { dg-skip-if "requires hosted libstdc++ for vector" { ! hostedlib } }
3
4
#include <vector>
5
6
using namespace std;
7
8
int main(void)
9
{
10
vector<int> v(10);
11
}