llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.01k stars 11.96k forks source link

clang is miscompiled #25596

Closed hjl-tools closed 9 years ago

hjl-tools commented 9 years ago
Bugzilla Link 25222
Resolution FIXED
Resolved on Oct 23, 2015 12:12
Version trunk
OS Linux
CC @hfinkel,@rotateright

Extended Description

On Fedora 22/x86-64, llvm r250535 + clang r250516 miscompiles llvm/clang. These are extra failures when llvm r250535 + clang r250516 is compiled by llvm r250535 + clang r250516:

llvm r250513 + clang r250503 was OK.

rotateright commented 9 years ago

The patch was recommitted with a fix at: http://reviews.llvm.org/rL250743

Please let me know if you see any other problems from it. Thanks!

rotateright commented 9 years ago

Looks like this is due to my commit: http://llvm.org/viewvc/llvm-project?view=revision&revision=250527

(reverted at r250570)

Any hints about how to reduce a test case from this failure would be much appreciated.