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
* g++.dg/torture/pr79905.C: Add -maltivec option.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr66655.h
blob
ff638f43970e31c2dad0a8d7a06815a4bc7b7159
1
struct
S
2
{
3
static int
i
;
4
static void
set
(
int
ii
) {
i
= -
ii
; }
5
};