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
/
Wdelete-incomplete-4.C
blob
f2eb5ba079f94bf1202630d27750e2e3cc1ddba1
1
// PR c++/63619
2
// { dg-options -Wno-delete-incomplete }
3
4
int main() {
5
void* p;
6
delete p;
7
}