r252713 - in /branches/range-gen2/gcc: ChangeLo...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Sep 13 18:00:00 GMT 2017


Author: aldyh
Date: Wed Sep 13 18:00:35 2017
New Revision: 252713

URL: https://gcc.gnu.org/viewcvs?rev=252713&root=gcc&view=rev
Log:
Fix IPA ICF with ASM statements (PR inline-asm/82001).

2017-08-30  Martin Liska  <mliska@suse.cz>

	PR inline-asm/82001
	* ipa-icf-gimple.c (func_checker::compare_tree_list_operand):
	Rename to ...
	(func_checker::compare_asm_inputs_outputs): ... this function.
	(func_checker::compare_gimple_asm): Use the function to compare
	also ASM constrains.
	* ipa-icf-gimple.h: Rename the function.
2017-08-30  Martin Liska  <mliska@suse.cz>

	PR inline-asm/82001
	* gcc.dg/ipa/pr82001.c: New test.

Added:
    branches/range-gen2/gcc/testsuite/gcc.dg/ipa/pr82001.c
Modified:
    branches/range-gen2/gcc/ChangeLog
    branches/range-gen2/gcc/ipa-icf-gimple.c
    branches/range-gen2/gcc/ipa-icf-gimple.h
    branches/range-gen2/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list