On 06/02/14 14:55, Sebastian Huber wrote:
> Hello,
>
> for the test case gcc.dg/uninit-13.c:
>
> /* { dg-do compile } */
> /* { dg-options "-O -Wuninitialized" } */
>
> typedef _Complex float C;
> C foo()
> {
>C f;
>__imag__ f = 0;/* { dg-warning "is used" "unconditional" } */
>r
Hello,
for the test case gcc.dg/uninit-13.c:
/* { dg-do compile } */
/* { dg-options "-O -Wuninitialized" } */
typedef _Complex float C;
C foo()
{
C f;
__imag__ f = 0; /* { dg-warning "is used" "unconditional" } */
return f;
}
I have the following failure on arm-rtems:
spawn -igno