[llvm-commits] [llvm] r80773 - in /llvm/trunk: include/llvm/ include/llvm/CodeGen/ include/llvm/Support/ include/llvm/Target/ lib/AsmParser/ lib/Bitcode/Reader/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/Blackfin/ lib/

Sandeep Patel deeppatel1987 at gmail.com
Fri Sep 4 00:43:30 PDT 2009


On Fri, Sep 4, 2009 at 5:37 AM, Julien Lerouge<jlerouge at apple.com> wrote:
> On Wed, Sep 02, 2009 at 08:44:58AM +0000, Sandeep Patel wrote:
>> Author: sandeep
>> Date: Wed Sep  2 03:44:58 2009
>> New Revision: 80773
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=80773&view=rev
>> Log:
>> Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
>>
>
> Hello Sandeep,
>
> This seems to be breaking llvm-gcc build in debug mode, I am getting the
> following new warnings, treated as errors:
>
> cc1plus: warnings being treated as errors
> /Volumes/llvm/install/head/10.5/debug/gcc-build/src/gcc/llvm-convert.cpp:
> In member function 'void TreeToLLVM::StartFunctionBody()':
> /Volumes/llvm/install/head/10.5/debug/gcc-build/src/gcc/llvm-convert.cpp:442:
> warning: comparison between signed and unsigned integer expressions
> /Volumes/llvm/install/head/10.5/debug/gcc-build/src/gcc/llvm-convert.cpp:454:
> warning: comparison between signed and unsigned integer expressions
>
> The code is still using the unsigned type in llvm-gcc it seems.

Sorry. Fixed in r80992.

deep




More information about the llvm-commits mailing list