comparison gcc/testsuite/g++.dg/debug/dwarf2/pr80234-2.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 // PR debug/80234 1 // PR debug/80234
2 // { dg-do compile } 2 // { dg-do compile { target c++17 } }
3 // { dg-options "-gdwarf-5 -std=c++17" } 3 // { dg-options "-gdwarf-5" }
4 4
5 struct S 5 struct S
6 { 6 {
7 static constexpr const char n = 'S'; 7 static constexpr const char n = 'S';
8 virtual ~S (); 8 virtual ~S ();