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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wzero-as-null-pointer-constant-6.C
blob
4a76b5cf16f235c36aa283a3de56941a0efe53cd
1
// PR c++/53301
2
// { dg-options "-Wzero-as-null-pointer-constant" }
3
4
class x { public: x(int v) {} };
5
6
void foo(const x& = 0);