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

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
23 A(const volatile A&&); 23 A(const volatile A&&);
24 }; 24 };
25 25
26 A source(); 26 A source();
27 const A c_source(); 27 const A c_source();
28 volatile A v_source(); 28 volatile A v_source(); // { dg-warning "deprecated" "" { target c++2a } }
29 const volatile A cv_source(); 29 const volatile A cv_source(); // { dg-warning "deprecated" "" { target c++2a } }
30 30
31 // 8 at a time 31 // 8 at a time
32 32
33 one sink_8_12345678( A&); 33 one sink_8_12345678( A&);
34 two sink_8_12345678(const A&); 34 two sink_8_12345678(const A&);