Displaying 3 results from an estimated 3 matches for "6d9e89ad".
2010 Feb 26
0
[LLVMdev] Massive Number of Test Failures
On Thursday 25 February 2010 20:20:56 Dan Gohman wrote:
Wrong thread?
> SDUse::setInitial should initialize List to null in your patch. You're
> probably seeing random uninitialized data noise without that.
> (Though valgrind wouldn't notice this because of the aggressive reuse
> of allocated memory.)
Why isn't the default constructor called? I would have expected that
2010 Feb 26
2
[LLVMdev] Massive Number of Test Failures
...ave a proper internet connection. :-/
-Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sdxdebug.patch
Type: text/x-patch
Size: 7858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100225/6d9e89ad/attachment.bin>
2010 Feb 26
4
[LLVMdev] Massive Number of Test Failures
On Feb 25, 2010, at 2:24 PM, David Greene wrote:
> On Thursday 25 February 2010 16:17:10 David Greene wrote:
>> On Thursday 25 February 2010 16:07:59 Chris Lattner wrote:
>>> On Feb 25, 2010, at 12:01 PM, David Greene wrote:
>>>> I am seeing a whole lot of failures in the tests on trunk. From
>>>> discussions with Chris and others, I should not be seeing