This is an extension of PR5254, only this bug deals with DragonEgg instead of clang.
Like LLVM-GCC, the standard GCC frontend fully recognizes the force_align_arg_pointer attribute. However, DragonEgg (to the best of my knowledge) does not handle this attribute.
The necessary backend support is there. It just needs to be hooked up.
This is an extension of PR5254, only this bug deals with DragonEgg instead of clang.
Like LLVM-GCC, the standard GCC frontend fully recognizes the force_align_arg_pointer attribute. However, DragonEgg (to the best of my knowledge) does not handle this attribute.
The necessary backend support is there. It just needs to be hooked up.