[Bug testsuite/57050] New: FAIL: gcc.c-torture/execute/pr56982.c compilation, -O0

gretay at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 23 15:56:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57050

             Bug #: 57050
           Summary: FAIL: gcc.c-torture/execute/pr56982.c compilation,
                    -O0
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gretay@gcc.gnu.org
                CC: rguenth@gcc.gnu.org
            Target: arm-none-eabi


The new testcase gcc.c-torture/execute/pr56982.c fails to compile on
arm-none-eabi configured with newlib. 

Missing effective target?

$ /work/apr-builds/tmp/install/bin/arm-none-eabi-gcc -S
/work/local-checkouts/gcc-git/gcc/testsuite/gcc.c-torture/execute/pr56982.c -O2 
/work/local-checkouts/gcc-git/gcc/testsuite/gcc.c-torture/execute/pr56982.c:4:1:
error: unknown type name 'sigjmp_buf'
 static sigjmp_buf env;
 ^

Configured with: /work/local-checkouts/gcc-git//configure
--target=arm-none-eabi  --with-newlib --with-gnu-as --with-gnu-ld
--enable-languages=c,c++ --disable-shared --disable-nls --disable-threads
--disable-lto --disable-plugin --disable-tls --enable-checking=yes
--disable-libssp --disable-libgomp --disable-libmudflap --with-cpu=cortex-a15
--with-fpu=neon-vfpv4 --with-float=softfp 
Thread model: single
gcc version 4.9.0 20130423 (experimental) (GCC) 

Thanks,
Greta



More information about the Gcc-bugs mailing list