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
* config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.niklas
/
t132.C
blob
04653899b3f79e393673d692ed1f2d55c14b9456
1
// { dg-do assemble }
2
// GROUPS passed niklas construct-destruct
3
struct S { S (); ~S (); };
4
void f () { while (1) S s; }
5