Displaying 3 results from an estimated 3 matches for "bb1e3189".
2012 Oct 04
0
[LLVMdev] interesting possible compiler bug
They have been discussing this for a solid two days on the C committee
list with many pro and con opinions, all supported by various parts of
the standard or other sources.
My personal opinion is that it's only a bug if some real program can be
made to fail because of this.
If I were writing this test case for LPT, I would call an external
function and pass the value curr to it.
If I
2012 Oct 05
1
[LLVMdev] interesting possible compiler bug
...du http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121004/bb1e3189/attachment.html>
2012 Oct 04
2
[LLVMdev] interesting possible compiler bug
>>>>> On Mon, 1 Oct 2012 19:40:58 -0700, Nick Lewycky <nlewycky at google.com> said:
> On 1 October 2012 18:34, reed kotler <rkotler at mips.com> wrote:
> This code is essentially from an LTP test (
> http://ltp.sourceforge.net/ ).
> #include <stdlib.h>
> int main() { void *curr;
> do { curr =