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
PR c++/53848
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr37394.C
blob
7b5772e8efbf22737d27dd496be73160b29c4e85
1
// Origin: Martin Michlmayr <tbm@cyrius.com>
2
// { dg-do compile { target ia64-*-* } }
3
// { dg-options "-O -fschedule-insns2" }
4
5
struct _Words
6
{
7
void *_M_pword;
8
_Words ():
9
_M_pword (0)
10
{
11
}
12
} _M_word_zero;