Commit 3d53a469 by Jason Merrill

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
parent b53e0533
// 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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment