search for: builtin_malloc

Displaying 4 results from an estimated 4 matches for "builtin_malloc".

Did you mean: __builtin_malloc
2013 Oct 02
3
[LLVMdev] builtin_malloc?
This is probably an old issue but why no builtin_malloc ../tests-c/20071018-1.c:14:8: error: use of unknown builtin '__builtin_malloc' [-Wimplicit-function-declaration] *f = __builtin_malloc(sizeof(struct foo));
2013 Oct 02
0
[LLVMdev] builtin_malloc?
Both of your questions are clang questions, you should ask on cfe-dev. -Chris On Oct 1, 2013, at 8:26 PM, reed kotler <rkotler at mips.com> wrote: > This is probably an old issue but why no builtin_malloc > > ../tests-c/20071018-1.c:14:8: error: use of unknown builtin '__builtin_malloc' > [-Wimplicit-function-declaration] > *f = __builtin_malloc(sizeof(struct foo)); > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at...
2013 Oct 02
2
[LLVMdev] builtin_malloc?
...questions, you should ask on cfe-dev. > > -Chris Good point. I'm going to just file them as bugs. I have some other builtin issues I've found. Reed > On Oct 1, 2013, at 8:26 PM, reed kotler <rkotler at mips.com> wrote: > >> This is probably an old issue but why no builtin_malloc >> >> ../tests-c/20071018-1.c:14:8: error: use of unknown builtin '__builtin_malloc' >> [-Wimplicit-function-declaration] >> *f = __builtin_malloc(sizeof(struct foo)); >> >> _______________________________________________ >> LLVM Developers...
2013 Oct 03
0
[LLVMdev] builtin_malloc?
On Oct 2, 2013, at 11:21 AM, reed kotler <rkotler at mips.com> wrote: > On 10/02/2013 10:36 AM, Chris Lattner wrote: >> Both of your questions are clang questions, you should ask on cfe-dev. >> >> -Chris > Good point. I'm going to just file them as bugs. > I have some other builtin issues I've found. You should ask about it. It isn't a bug. -Chris