Skip to content

Commit f9ddd78

Browse files
committed
test: regenerate gcc-13 results
Commit 4eef0da actually worked around hsutter#746.
1 parent 3ad7c88 commit f9ddd78

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
In file included from pure2-last-use.cpp:7:
2+
pure2-last-use.cpp2: In member function ‘void issue_857::o2() &&’:
3+
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
4+
128 | o2:(move this) = 0.n();
5+
| ^
6+
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
7+
128 | o2:(move this) = 0.n();
8+
| ^
9+
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
10+
128 | o2:(move this) = 0.n();
11+
| ^
12+
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
13+
128 | o2:(move this) = 0.n();
14+
| ^
15+
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
16+
128 | o2:(move this) = 0.n();
17+
| ^
18+
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
19+
128 | o2:(move this) = 0.n();
20+
| ^
21+
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
22+
128 | o2:(move this) = 0.n();
23+
| ^
24+
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
25+
128 | o2:(move this) = 0.n();
26+
| ^
27+
pure2-last-use.cpp2: In lambda function:
28+
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
29+
128 | o2:(move this) = 0.n();
30+
| ^
31+
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
32+
128 | o2:(move this) = 0.n();
33+
| ^
34+
pure2-last-use.cpp2: In member function ‘void issue_857::o2() &&’:
35+
pure2-last-use.cpp2:128:66: error: no match for call to ‘(issue_857::o2() &&::<lambda(Obj&&, Params&& ...)>) (int)’
36+
128 | o2:(move this) = 0.n();
37+
| ^
38+
pure2-last-use.cpp2:128:37: note: candidate: ‘template<class Obj, class ... Params, bool IsNothrow> issue_857::o2() &&::<lambda(Obj&&, Params&& ...)>’
39+
128 | o2:(move this) = 0.n();
40+
| ^
41+
pure2-last-use.cpp2:128:37: note: template argument deduction/substitution failed:

0 commit comments

Comments
 (0)