r244803 - in /trunk/gcc: ChangeLog ipa-prop.c t...

jamborm@gcc.gnu.org jamborm@gcc.gnu.org
Mon Jan 23 13:05:00 GMT 2017


Author: jamborm
Date: Mon Jan 23 13:05:00 2017
New Revision: 244803

URL: https://gcc.gnu.org/viewcvs?rev=244803&root=gcc&view=rev
Log:
Fix compute_complex_assign_jump_func

2017-01-23  Martin Jambor  <mjambor@suse.cz>

	* ipa-prop.c (load_from_param_1): Removed.
	(load_from_unmodified_param): Bits from load_from_param_1 put back
	here.
	(load_from_param): Removed.
	(compute_complex_assign_jump_func): Removed stmt2 and just replaced it
	with stmt.  Reverted back to use of load_from_unmodified_param.

testsuite/
	* gcc.dg/ipa/vrp8.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/ipa/vrp8.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-prop.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list