http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58460
mshawcroft at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mshawcroft at gcc dot gnu.org Target Milestone|--- |4.8.2 Known to fail| |4.8.0, 4.8.1 --- Comment #1 from mshawcroft at gcc dot gnu.org --- r203157 | mshawcroft | 2013-10-03 11:54:36 +0100 (Thu, 03 Oct 2013) | 7 lines [AArch64] Fix PR58460 PR58460, the add and sub shifted register instruction forms in AArch64 do not permit the stack register. This patch removes k constraint from the relevant patterns and adds reduced form of the test case.