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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wctad-maybe-unsupported3.C
blob
c0ae633744b4fa5dc33b0a4cd92a5c42f3b6e1b2
1
// { dg-do compile { target c++17 } }
2
// { dg-options "-Wctad-maybe-unsupported -Wsystem-headers" }
3
4
#include "Wctad-maybe-unsupported.h"
5
6
A a{42}; // { dg-warning "may not intend to support class template argument deduction" }