Displaying 2 results from an estimated 2 matches for "85c4e239".
2012 Aug 15
0
[LLVMdev] clang promoting local to global
...>>
>> void f() { const int x[5] = {1,2,3,4}; }
>>
>> What does your testcase look like?
>>
>> -Eli
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120815/85c4e239/attachment.html>
2012 Aug 15
2
[LLVMdev] clang promoting local to global
#define r10(p,q,r,s) 0x##s##r##q##p
#undef r
#define r r10
const word it_tab[4][256] = { r(const, const, const, const),
r(.......), r(.......) ....... };
All of this is done inside the function I want the alloc in. The variable
is not declared/defined/used anywhere else.
On Wed, Aug 15, 2012 at 12:00 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Wed, Aug 15, 2012