[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/Target/CBackend/ lib/Target/CellSPU/ lib/Target/CppBackend/ lib/Target/MSIL/ lib/Target/MSP430/ lib/Target/Mips/ lib/Target/PIC16/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/SystemZ/ lib/Target/X86/ lib/Target/X86/AsmPrinter/ lib/Target/XCore/ lib/VMCore/

Julien Lerouge jlerouge at apple.com
Thu Sep 3 22:37:17 PDT 2009


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.

Thanks,
Julien

-- 
Julien Lerouge
PGP Key Id: 0xB1964A62
PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62
PGP Public Key from: keyserver.pgp.com



More information about the llvm-commits mailing list