Displaying 1 result from an estimated 1 matches for "6b1e5042".
2009 Jul 25
2
[LLVMdev] GCC DejaGNU regressions
...are no longer happening, on
lines 69, 71, 72, 75, 77, and 78:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nonnull-3.c
Type: application/octet-stream
Size: 5404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090724/6b1e5042/attachment.obj>
-------------- next part --------------
Here's another test that aborts at runtime (it's gcc.dg/pr26719.c):
/* { dg-do compile } */
/* { dg-do run } */
/* { dg-options "-O2" } */
void abort (void);
int table[32][256];
int main(void)
{
int i, j;
for...