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
* c-common.c (get_priority): Add check for
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash48.C
blob
2785cdd397031dd6e0ce51605966659b0f0b9321
1
// { dg-do assemble }
2
// Origin: Jean-Francois Panisset <panisset@discreet.com>
3
4
template<class T>
5
void foo(T *data)
6
{
7
((char *)data)->~T();
8
}