This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH1][PR71252] Fix missing swap to stmt_to_insert


Hi,

This fix the missing swap for stmt-to_insert. I tested this with the
attached test case which is not valid any more due to some other
commits. This I believe an is obvious fix and maybe the test case is
needed.

I am running bootstrap and regression testing on x86-64-linux gnu. Is
this OK for trunk if the testing is fine ?

Thanks,

Kugan


gcc/ChangeLog:

2016-05-28 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>

* tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that

all fields including stmt_to_insert are swapped.

gcc/testsuite/ChangeLog:

2016-05-28 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>

* gcc.dg/tree-ssa/pr71252-2.c: New test.

Attachment: p1.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]