search for: gcc335

Displaying 3 results from an estimated 3 matches for "gcc335".

Did you mean: gcc3.5
2008 Jul 10
2
[LLVMdev] r53212 broke LLVM on openbsd-4.3/gcc-3.3.5, patch.
...e attached patch fixes this. This looks like an issue with gcc-3.3.5, and I'm not sure if you guys will be wanting to support this compiler. Just sharing the patch hoping it helps someone. Regards, -Mahadevan. -------------- next part -------------- A non-text attachment was scrubbed... Name: gcc335.patch Type: application/octet-stream Size: 686 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080710/91217cca/attachment.obj>
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at if_spppsubr.o, which is big in the llvm directories and doesn't appear in the gcc directory listings at all (I assume the listings were fed through tail or something, but there's clearly a sizeable difference there) On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote: > On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote: >> On
2008 Jul 22
0
[LLVMdev] r53212 broke LLVM on openbsd-4.3/gcc-3.3.5, patch.
On Thu, Jul 10, 2008 at 02:10:18PM +0530, Mahadevan R wrote: I was just wondering if anyone had been able to look at Mahadevan's patch? It makes LLVM compile again on OpenBSD with gcc 3, and doesn't seem to cause any regressions. It would definitely make some of our lives easier if this was in SVN rather than having to be applied manually each time :) > The custom allocator-related