Bugzilla – Bug 364
[llvmgcc] llvmgcc does not compile with gcc 3.4
Last modified: 2004-06-08 20:07:26
You need to log in before you can comment on or make changes to this bug.
llvm-expand.c does not compile with gcc-3.4 due to a missing prototype. The patch fixes this, and also avoids 4 other int vs. long warnings.
Created an attachment (id=127) [details] llvm-expand.c patch.
Thanks for the patch! Applied: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040607/015096.html -Chris