[llvm-commits] [llvm-gcc-4.2] r47345 - in /llvm-gcc-4.2/trunk/gcc: llvm-abi.h llvm-convert.cpp llvm-types.cpp
Dale Johannesen
dalej at apple.com
Wed Feb 20 10:01:35 PST 2008
On Feb 20, 2008, at 9:54 AM, Dale Johannesen wrote:
>
> On Feb 20, 2008, at 9:50 AM, Chris Lattner wrote:
>
>>
>> On Feb 20, 2008, at 9:47 AM, Evan Cheng wrote:
>>
>>> Hi Dale,
>>>
>>> I think your changes may have broken some CBE tests. See bh,
>>> 403.gcc,
>>> and 175.vpr (DISABLE_LTO=1).
>>>
>>> The failures have something to do with ByVal. Please take a look.
>>
>> It may also have been Andrew's patch to the CBE.
>
> bh runs correctly with my compiler from last night (47336), so I
> don't think it's me.
Er, that version number isn't right. (How do you find "latest version
in a checked-out tree"? I thought svn info at the top level worked,
but it doesn't.)
svn info -R | grep Revision: | sort -k 2 | tail
Ugh. Anyway, the last one is 47352.
More information about the llvm-commits
mailing list