http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56348
Vladimir Makarov <vmakarov at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vmakarov at gcc dot gnu.org --- Comment #1 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2013-02-15 18:39:30 UTC --- This test looks interesting. -fpic makes available only 5 general regs. We have an insn which needs 3 reload pseudos: two ones of SImode and one is of DImode. The pseudo with DImode is allocated last and has no two adjacent regs because adjacent regs are gone after allocation the two pseudos of SImode. I am working on the patch. If everything is ok, I commit it today.