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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash27.C
blob
ccc002d1586cfe42ff8dbc2d64b4dd4e7172ea46
1
// { dg-do assemble }
2
3
template<int i> int f (void)
4
{
5
if (__extension__ ({ 1; }))
6
return 0;
7
return 1;
8
}
9
10
void g (void)
11
{
12
f<1> ();
13
}