comparison gcc/testsuite/g++.dg/other/anon5.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
2 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } } 2 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
3 // { dg-options "-gdwarf-2" } 3 // { dg-options "-gdwarf-2" }
4 // Ignore additional message on powerpc-ibm-aix 4 // Ignore additional message on powerpc-ibm-aix
5 // { dg-prune-output "obtain more information" } */ 5 // { dg-prune-output "obtain more information" } */
6 // Ignore additional messages on Linux/x86 with PIE 6 // Ignore additional messages on Linux/x86 with PIE
7 // { dg-prune-output "Bad value" } */ 7 // { dg-prune-output "\[Bb\]ad value" } */
8 8
9 namespace { 9 namespace {
10 struct c 10 struct c
11 { 11 {
12 static const bool t = 0; 12 static const bool t = 0;