This is the mail archive of the gcc-cvs@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]

r231821 - in /trunk/gcc: ChangeLog cse.c testsu...


Author: law
Date: Fri Dec 18 17:17:14 2015
New Revision: 231821

URL: https://gcc.gnu.org/viewcvs?rev=231821&root=gcc&view=rev
Log:
[PATCH] [PR rtl-optimization/49847] Fix ICE in CSE due to cc0-setter and cc0-user in different blocks

	PR rtl-optimization/49847
	* cse.c (record_jump_equiv): Handle fold_rtx returning NULL_RTX.

	PR rtl-optimization/49847
	* g++.dg/pr49847-2.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/pr49847-2.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cse.c
    trunk/gcc/testsuite/ChangeLog


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