comparison gcc/testsuite/g++.dg/torture/pr51737.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
18 struct id_state { 18 struct id_state {
19 void * start_file(void); 19 void * start_file(void);
20 }; 20 };
21 void * id_state::start_file(void) { 21 void * id_state::start_file(void) {
22 intrusive_ptr<file_info> parent; 22 intrusive_ptr<file_info> parent;
23 return 0;
23 } 24 }
24 struct id_generation_data : intrusive_base<id_generation_data> { 25 struct id_generation_data : intrusive_base<id_generation_data> {
25 void child_length() const {} 26 void child_length() const {}
26 }; 27 };
27 void generate_id(id_generation_data& generation_data) 28 void generate_id(id_generation_data& generation_data)