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-unsupported2.C
blob
ce664bd8dc8025d008d2c4eb9f7f6c8fa41a606a
1
// { dg-do compile { target c++17 } }
2
// { dg-options "-Wctad-maybe-unsupported" }
3
4
#include "Wctad-maybe-unsupported.h"
5
6
A a{42}; // { dg-bogus "may not intend to support class template argument deduction" }