Re: Test gcc.dg/uninit-13.c failure

2014-02-06 Thread Andreas Krebbel
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

Test gcc.dg/uninit-13.c failure

2014-02-06 Thread Sebastian Huber
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