Hi On 3 December 2013 21:24, Andrew Pinski <pins...@gmail.com> wrote:
> +(define_insn "trap" > + [(trap_if (const_int 1) (const_int 8))] > + "" > + "brk #1000") Please add a type attribute to the pattern. The type attributes are now shared between arm and aarch64 backends. You should use the type value introduced by this patch: http://gcc.gnu.org/ml/gcc-patches/2013-12/msg00374.html OK with this change. Thanks /Marcus