On Sat, 1 Sep 2012, Marc Glisse wrote: > gcc/ > * fold-const.c (fold_ternary_loc): Constant-propagate after > removing dead operands. > > gcc/testsuite/ > * gcc.dg/fold-perm.c: Improve test.
(adding a line and a parameter to the function containing the test-code) JFTR: generally speaking, editing existing tests is frowned upon. Adding a new separate test is almost always better. Not sure there's reason for an exception this time, but I see you're the author of the original test and it's < 2 weeks since it was added. brgds, H-P