r246525 - in /trunk/gcc: ChangeLog cgraphunit.c...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Tue Mar 28 09:01:00 GMT 2017


Author: marxin
Date: Tue Mar 28 09:01:57 2017
New Revision: 246525

URL: https://gcc.gnu.org/viewcvs?rev=246525&root=gcc&view=rev
Log:
Fix calls.c for a _complex type (PR ipa/80104).

2017-03-28  Martin Liska  <mliska@suse.cz>

	PR ipa/80104
	* cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
	thunk call as DECL_GIMPLE_REG_P when vector or complex type.
2017-03-28  Martin Liska  <mliska@suse.cz>

	PR ipa/80104
	* gcc.dg/ipa/pr80104.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/ipa/pr80104.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list