[PATCH] Fix PR63419 testcsae

2014-10-15 Thread Richard Biener
Committed. Richard. 2014-10-15 Richard Biener rguent...@suse.de * g++.dg/torture/pr63419.C: Add -Wno-psabi. Index: gcc/testsuite/g++.dg/torture/pr63419.C === --- gcc/testsuite/g++.dg/torture/pr63419.C (revision

[PATCH] Fix PR63419

2014-10-10 Thread Richard Biener
force_gimple_operand doesn't really do a deep verification on its input when we ask for a non-simple result here. Instead it trusts that the CONSTRUCTOR PRE feeds it is valid GIMPLE. Unfortunately that isn't so if its elements required a conversion. The following fixes it by merging