aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/pr37394.C
blob: 7b5772e8efbf22737d27dd496be73160b29c4e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Origin: Martin Michlmayr <tbm@cyrius.com>
// { dg-do compile { target ia64-*-* } }
// { dg-options "-O -fschedule-insns2" }

struct _Words
{
  void *_M_pword;
  _Words ():
   _M_pword (0)
  {
  }
} _M_word_zero;