This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r205672 - in /branches/gcc-4_8-branch/gcc: Chan...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 04 Dec 2013 15:51:02 -0000
- Subject: r205672 - in /branches/gcc-4_8-branch/gcc: Chan...
Author: jakub
Date: Wed Dec 4 15:51:02 2013
New Revision: 205672
URL: http://gcc.gnu.org/viewcvs?rev=205672&root=gcc&view=rev
Log:
PR rtl-optimization/58726
* combine.c (force_to_mode): Fix comment typo. Don't destructively
modify x for ROTATE, ROTATERT and IF_THEN_ELSE.
* gcc.c-torture/execute/pr58726.c: New test.
Added:
branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58726.c
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/combine.c
branches/gcc-4_8-branch/gcc/testsuite/ChangeLog