mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:11:20 +08:00
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,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…
x
Reference in New Issue
Block a user