[LLVMdev] Some fixes for g++ 4.x.x -pedantic
Vladimir Merzliakov
wanderer at rsu.ru
Mon Mar 7 12:32:37 PST 2005
G++ 4.x.x with -pedantic option reject comma at end of enumerator list:
Attached patches let LLVM Instruction.h and Type.h headers compile using G++
4.x.x with lot warrnigs but without errors.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Instruction.h.patch
Type: application/octet-stream
Size: 1332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050307/5d08dd5b/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Type.h.patch
Type: application/octet-stream
Size: 300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050307/5d08dd5b/attachment-0001.obj>
More information about the llvm-dev
mailing list