[ros-kernel] Variable initialization bug in GCC 3.3.1

Filip Navara xnavara at volny.cz
Wed Jun 2 23:40:50 CEST 2004


Eric Kohl wrote:

>How about GCC 3.4.0?
>  
>
Acts same as 3.3.1.

Reading specs from C:/Programming/Dev-Cpp/bin/../lib/gcc/mingw32/3.4.0/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads 
--disable-nls --enable-languages=c,c++,f77,ada,objc,java 
--disable-win32-registry --disable-shared --enable-sjlj-exceptions 
--enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm 
--disable-libgcj-debug --enable-interpreter --enable-hash-synchronization
Thread model: win32
gcc version 3.4.0 (mingw special)

-- test.s --
    .file    "test.c"
.globl _test0
    .bss
    .align 4
_test0:
    .space 4
.globl _test1
    .data
    .align 4
_test1:
    .long    1




More information about the Ros-kernel mailing list