[Bug 28050] llvm-gcc-4.5 fails to compile loader/preloader.c with optimizations enabled

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 11 02:04:11 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28050

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |baldrick at free.fr

--- Comment #1 from Duncan Sands <baldrick at free.fr> 2011-08-11 02:04:08 CDT ---
This is probably due to LLVM synthesizing a call to memset.  Normally this
should
be disabled by compiling with -fno-builtin, but unfortunately dragonegg does
not
currently respect this flag.  I suggest you open a bug report against dragonegg
asking for -fno-builtin to be respected.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list