Skip to content

Commit

Permalink
test: regenerate gcc-13 results
Browse files Browse the repository at this point in the history
Commit 4eef0da
actually worked around hsutter#746.
  • Loading branch information
JohelEGP committed Dec 21, 2023
1 parent 3ad7c88 commit f9ddd78
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions regression-tests/test-results/gcc-13/pure2-last-use.cpp.output
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
In file included from pure2-last-use.cpp:7:
pure2-last-use.cpp2: In member function ‘void issue_857::o2() &&’:
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2: In lambda function:
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2: In member function ‘void issue_857::o2() &&’:
pure2-last-use.cpp2:128:66: error: no match for call to ‘(issue_857::o2() &&::<lambda(Obj&&, Params&& ...)>) (int)’
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:37: note: candidate: ‘template<class Obj, class ... Params, bool IsNothrow> issue_857::o2() &&::<lambda(Obj&&, Params&& ...)>’
128 | o2:(move this) = 0.n();
| ^
pure2-last-use.cpp2:128:37: note: template argument deduction/substitution failed:

0 comments on commit f9ddd78

Please sign in to comment.