comparison gcc/testsuite/g++.dg/pr71694.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-store-merging" } */ 2 /* { dg-options "-O2 -fno-store-merging" } */
3 /* { dg-additional-options "-fno-common -mdynamic-no-pic" { target { ia32 && { x86_64-*-darwin* i?86-*-darwin* } } } } */
3 4
4 struct B { 5 struct B {
5 B() {} 6 B() {}
6 int x; 7 int x;
7 int a : 6; 8 int a : 6;