Displaying 4 results from an estimated 4 matches for "5597292".
2008 Mar 20
5
[LLVMdev] testsuite problems after merge
...echanize fixing these (I doubt you
can count on the APPLE LOCAL comment being there)? If there's no
better way than slogging through I'll help. And of course we should
figure out why and prevent it from happening again....
now what? more $ld/gcc/llvm-gcc-4.2/gcc/testsuite/gcc.apple/5597292.c
/* APPLE LOCAL file 5597292 */
/* { dg-do compile } */
/* { dg-options "-static -O0 -gstabs+" } */
void * foo(unsigned int size)
{
union {
char _m[size];
} *mem;
}
/* APPLE LOCAL file 5597292 */
/* { dg-do compile } */
/* { dg-options "-static -O0 -gstabs+" } */
voi...
2010 Sep 22
4
[LLVMdev] Running gcc tests using Clang
.../4104248.c
doing compile
pid is 17445 -17445
close result is 17445 exp8 0 1
output is ilp3217400.c:2: error: array size is negative
status 1
Testing gcc.apple/4641942.c
doing compile
pid is 17481 -17481
output is status 0
FAIL: gcc.apple/4641942.c (test for warnings, line 20)
Testing gcc.apple/5597292.c
doing compile
pid is 17507 -17507
close result is 17507 exp8 0 1
output is /home/john/gcc-4_2-testsuite/src/gcc.apple/5597292.c:7: error:
fields must have a constant size: 'variable length array in structure'
extension will never be supported
status 1
compiler exited with status 1
FAIL:...
2008 Mar 20
0
[LLVMdev] testsuite problems after merge
...doubt you can count on the APPLE LOCAL comment being there)? If
> there's no better way than slogging through I'll help. And of
> course we should figure out why and prevent it from happening
> again....
>
> now what? more $ld/gcc/llvm-gcc-4.2/gcc/testsuite/gcc.apple/5597292.c
> /* APPLE LOCAL file 5597292 */
> /* { dg-do compile } */
> /* { dg-options "-static -O0 -gstabs+" } */
> void * foo(unsigned int size)
> {
> union {
> char _m[size];
> } *mem;
> }
> /* APPLE LOCAL file 5597292 */
> /* { dg-do compile } */
> /*...
2010 Oct 02
0
[LLVMdev] Running gcc tests using Clang
...se result is 17445 exp8 0 1
> output is ilp3217400.c:2: error: array size is negative
> status 1
>
> Testing gcc.apple/4641942.c
> doing compile
> pid is 17481 -17481
> output is status 0
> FAIL: gcc.apple/4641942.c (test for warnings, line 20)
>
> Testing gcc.apple/5597292.c
> doing compile
> pid is 17507 -17507
> close result is 17507 exp8 0 1
> output is /home/john/gcc-4_2-testsuite/src/gcc.apple/5597292.c:7: error:
> fields must have a constant size: 'variable length array in structure'
> extension will never be supported
> status 1
&...