Re: [PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRA

2015-10-28 Thread Christophe Lyon
On 27 October 2015 at 13:26, Martin Jambor wrote: > On Tue, Oct 27, 2015 at 09:56:48AM +0100, Christophe Lyon wrote: >> Hi Martin, >> >> After your backport in the gcc-5 branch, I see build failures: >> /tmp/2849532_27.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/tree-sra.c: >> In function ‘tree_

Re: [PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRA

2015-10-27 Thread Martin Jambor
On Tue, Oct 27, 2015 at 09:56:48AM +0100, Christophe Lyon wrote: > Hi Martin, > > After your backport in the gcc-5 branch, I see build failures: > /tmp/2849532_27.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/tree-sra.c: > In function ‘tree_node* replace_removed_params_ssa_names(tree_node*, > gimp

Re: [PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRA

2015-10-27 Thread Christophe Lyon
On 9 October 2015 at 09:46, Richard Biener wrote: > On Thu, 8 Oct 2015, Martin Jambor wrote: > >> Hi, >> >> the following fixes PR 67794 by properly remapping SSA_NAMEs which are >> based on PARM_DECLs which are about to be removed as unnecessary. And >> by "properly" I mean also when they are de

Re: [PR 67794] Also remap SSA_NAMEs defined in ASMs in IPA-SRA

2015-10-09 Thread Richard Biener
On Thu, 8 Oct 2015, Martin Jambor wrote: > Hi, > > the following fixes PR 67794 by properly remapping SSA_NAMEs which are > based on PARM_DECLs which are about to be removed as unnecessary. And > by "properly" I mean also when they are defined by a GIMPL_ASM > statement. In fact, it switches to