Martin Jambor <mjam...@suse.cz> writes: > Hi,
Hi Martin, [...] > > 2013-11-04 Martin Jambor <mjam...@suse.cz> > > PR rtl-optimization/10474 > * ira.c (interesting_dest_for_shprep): New function. > (split_live_ranges_for_shrink_wrap): Likewise. > (find_moveable_pseudos): Move calculation of dominance info, > df_analysios and the final anlyses to... > (ira): ...here, call split_live_ranges_for_shrink_wrap. > > testsuite/ > * gcc.dg/pr10474.c: New testcase. > * gcc.dg/ira-shrinkwrap-prep-1.c: Likewise. > * gcc.dg/ira-shrinkwrap-prep-2.c: Likewise. This patch seems to breaks stage-3 bootstrap for armv7l-unknown-linux-gnueabihf. genmddeps and genhooks seem to be in an infinite loop (I've left them running for approx 1h 30m now). My configure flags are: ../gcc/configure --with-cpu=cortex-a15 --with-tune=cortex-a15 --disable-nla --enable-shared --with-float=hard --with-fpu=neon-vfpv4 Thanks, Matt Leach