re PR c++/55856 (ICE on tuple with rvalue ref member)
PR c++/55856 * g++.dg/init/array34.C: Check gimple dump, not assembler. From-SVN: r194866
This commit is contained in:
parent
b53e053384
commit
3d53a469c1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
// PR c++/53650
|
||||
// We should loop over array inits if they don't involve temporaries
|
||||
// that need extending.
|
||||
// { dg-final { scan-assembler-times "_ZN5ClassC1Ev" 1 } }
|
||||
// { dg-options "-fdump-tree-gimple" }
|
||||
// { dg-final { scan-tree-dump-times "Class::Class" 1 "gimple" } }
|
||||
// { dg-final { cleanup-tree-dump "gimple" } }
|
||||
|
||||
struct Class {
|
||||
Class();
|
||||
|
|
Loading…
Add table
Reference in a new issue