repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.cp
/
pr10728-y.cc
blob
d8a932ab41ff0513a54e4db05edac01b0360e257
1
#include
"pr10728-x.h"
2
struct
Y
{};
3
4
X
y
()
5
{
6
X xx
;
7
static
Y yy
;
8
xx
.
y1
= &
yy
;
9
xx
.
y2
=
xx
.
y1
+
1
;
10
return
xx
;
11
}