search for: __force_align_arg_pointer__

Displaying 4 results from an estimated 4 matches for "__force_align_arg_pointer__".

2008 Nov 09
0
I'm having trouble compiling wine 1.0.1 on Mac OS 10.4.11
...Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine/work/wine-1.0.1" && make depend all " returned error 2 Command output: ../include/winbase.h:2342: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/winbase.h:2344: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/winbase.h:2350: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/winbase.h:2352: warning: '__force_align_arg_poi...
2009 Jun 11
1
Error: Target $TARGET returned: shell command - What?!?
...Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine/work/wine-1.0.1" && make depend all " returned error 2 Command output: ../include/winbase.h:2342: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/winbase.h:2344: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/winbase.h:2350: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/winbase.h:2352: warning: '__force_align_arg_poi...
2016 Mar 14
2
RFC: New IR attribute incoming-stack-align
Hi, I'm trying to fix an issue with clang's __force_align_arg_pointer__ attribute. The problem is described here: https://llvm.org/bugs/show_bug.cgi?id=26662 The problem is affecting Wine (https://www.winehq.org/) where we have a function that is an entry-point for the x86 Win32 abi. That function may then call functions in the host's (linux, OS/X, ...) abi. The...
2016 Mar 15
2
RFC: New IR attribute incoming-stack-align
...gnment, then I agree separating the concepts of incoming > and outgoing SP alignment is the way to go. > > On Mon, Mar 14, 2016 at 6:41 AM, Huw Davies via llvm-dev <llvm- > dev at lists.llvm.org> wrote: > Hi, > > I'm trying to fix an issue with clang's __force_align_arg_pointer__ > attribute.  The problem is described here: > https://llvm.org/bugs/show_bug.cgi?id=26662 > > The problem is affecting Wine (https://www.winehq.org/) where we have > a function that is an entry-point for the x86 Win32 abi.  That > function may then cal...