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
S/390: Deprecate g5 and g6 CPU levels
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
rtti
/
repo1.C
blob
f72a9730ab994fa99c597e43b7fc1d57897b883c
1
// PR c++/22204
2
// { dg-options "-frepo" }
3
// { dg-require-host-local "" }
4
// { dg-skip-if "dkms are not final links" { vxworks_kernel } }
5
6
#include <typeinfo>
7
template<int>
8
struct function1
9
{
10
function1()
11
{
12
typeid(int[100]);
13
}
14
};
15
function1<1> b;
16
17
int main () {}
18
19
// { dg-final { cleanup-repo-files } }