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
Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pr31246.C
blob
f3603af478772c116746ce90f473ed16e598ef0b
1
// PR 31246
2
// { dg-do compile }
3
// { dg-options "-Wunreachable-code -D_GLIBCXX_DEBUG" }
4
#include <vector>
5
6
int main()
7
{
8
std::vector<int>::iterator a;
9
}