http://bugzilla.gdcproject.org/show_bug.cgi?id=114
Johannes Pfau <johannesp...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|ibuc...@gdcproject.org |johannesp...@gmail.com --- Comment #1 from Johannes Pfau <johannesp...@gmail.com> --- Created attachment 64 --> http://bugzilla.gdcproject.org/attachment.cgi?id=64&action=edit Patch to add @attribute("naked") Can you test this patch please? (I was kinda surprised it didn't have an effect on x86 till I read that it's only supported on some architectures and not on x86...) @Iain Do you think we should include such system-specific attributes? Naked is also special in that dmd already has a 'generic' syntax for it, but it's tied to DMD-style inline asm. I also had to add a noclone attribute because naked automatically sets noclone. Do you think we should somehow hide 'noclone' from @attribute / user code? -- You are receiving this mail because: You are watching all bug changes.