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
/
Wctad-maybe-unsupported.h
blob
9bb31549ddf253d4c4c08e58962b0a4d66932b20
1
#pragma GCC system_header
2
3
template
<
typename T
>
4
struct
A
{
A
(
T
); };