]> git.ipfire.org Git - thirdparty/gcc.git/commit
unwind-dw2.c (execute_stack_op): Fix operand order for DW_OP_le, DW_OP_ge, DW_OP_lt...
authorJakub Jelinek <jakub@redhat.com>
Mon, 19 Oct 2009 19:54:11 +0000 (21:54 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 19 Oct 2009 19:54:11 +0000 (21:54 +0200)
commit4793ad6b2d52778521b8bc22fd3247f641deb468
tree7a9333167ca5303bf02997104457f27c119642fe
parent1517fd57b68072b7bc7335cd410da066f82dc26d
unwind-dw2.c (execute_stack_op): Fix operand order for DW_OP_le, DW_OP_ge, DW_OP_lt and DW_OP_gt.

* unwind-dw2.c (execute_stack_op): Fix operand order for
DW_OP_le, DW_OP_ge, DW_OP_lt and DW_OP_gt.

* gcc.dg/cleanup-13.c: New test.

From-SVN: r152989
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cleanup-13.c [new file with mode: 0644]
gcc/unwind-dw2.c