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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr40989.c
blob
0fbc87082d3d1ba10fd2726cb05a4b78c57207a0
1
/* { dg-do compile } */
2
/* { dg-options "-Werror=implicit" } */
3
int
main
() {
4
return
pippo
();
/* { dg-error "" } */
5
}
6
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */