[LLVMbugs] [Bug 10681] New: Dragonegg miscompiles dlls/user32/win.c from Wine

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 16 18:50:32 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10681

           Summary: Dragonegg miscompiles dlls/user32/win.c from Wine
           Product: dragonegg
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: miscompilation
          Severity: normal
          Priority: P
         Component: New Bugs
        AssignedTo: baldrick at free.fr
        ReportedBy: austinenglish at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=7082)
 --> (http://llvm.org/bugs/attachment.cgi?id=7082)
preprocessed gcc and dragonegg files

Dragonegg can compile wine successfully, aside from
http://bugs.winehq.org/show_bug.cgi?id=28050. Running its test suite, however,
shows a few problems. This is the fourth one.

To reproduce, compile wine with:
$ CC=llvm-gcc ./configure
$ make

then run the test:
$ cd dlls/user32/tests
$ make win.ok

this will fail:
austin at debian:~/wine-llvmgcc/dlls/user32/tests$ make win.ok
win.c:5032: Test failed: creation failed err 0
win.c:5034: Test failed: invalid rect right 0
win.c:5035: Test failed: invalid rect bottom 0
win.c:5044: Test failed: creation failed err 0
win.c:5046: Test failed: invalid rect right 0
win.c:5048: Test failed: invalid rect bottom 0

compiling dlls/user32/win.c with gcc-4.5 with gcc, or using -O0 instead works
around the issue. I'll attach preprocessed source files from draognegg and gcc
(versions below). If more info is needed, please don't hesitate to ask.

austin at debian:~/wine-dragoneggsvn/dlls/kernel32/tests$ svn info
~/src/dragonegg/
Path: /home/austin/src/dragonegg
URL: http://llvm.org/svn/llvm-project/dragonegg/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 137784
Node Kind: directory
Schedule: normal
Last Changed Author: baldrick
Last Changed Rev: 137718
Last Changed Date: 2011-08-16 07:08:18 -0700 (Tue, 16 Aug 2011)

austin at debian:~/wine-dragoneggsvn/dlls/kernel32/tests$ gcc-4.5 --version
gcc-4.5 (Debian 4.5.3-5) 4.5.3
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list