comparison gcc/testsuite/g++.dg/ipa/pr63587-1.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
59 A<int> 59 A<int>
60 I<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_unique_pos ( 60 I<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_unique_pos (
61 const key_type &p1) 61 const key_type &p1)
62 { 62 {
63 _M_impl._M_key_compare (p1, 0); 63 _M_impl._M_key_compare (p1, 0);
64 return A<int>();
64 } 65 }
65 template <typename _Key, typename _Val, typename _KeyOfValue, 66 template <typename _Key, typename _Val, typename _KeyOfValue,
66 typename _Compare, typename _Alloc> 67 typename _Compare, typename _Alloc>
67 A<int> 68 A<int>
68 I<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos ( 69 I<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos (
69 H &) 70 H &)
70 { 71 {
71 _M_get_insert_unique_pos (0); 72 _M_get_insert_unique_pos (0);
73 return A<int>();
72 } 74 }
73 template <typename _Key, typename _Val, typename _KeyOfValue, 75 template <typename _Key, typename _Val, typename _KeyOfValue,
74 typename _Compare, typename _Alloc> 76 typename _Compare, typename _Alloc>
75 template <typename... _Args> 77 template <typename... _Args>
76 int 78 int
77 I<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique ( 79 I<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique (
78 H p1, _Args &&...) 80 H p1, _Args &&...)
79 { 81 {
80 _M_get_insert_hint_unique_pos (p1); 82 _M_get_insert_hint_unique_pos (p1);
83 return 0;
81 } 84 }
82 namespace { 85 namespace {
83 struct L; 86 struct L;
84 } 87 }
85 void 88 void