.ii is attached
Unable to compile:
E:\Code\wicked\src\sensor.cpp: In function 'void update_sensor_positions()':
E:\Code\wicked\src\sensor.cpp:225:1 internal compiler error: Segmentation fault
}
^
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=d:/programs/tdm-gcc-32/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
Target: mingw32
Configured with: ../../../src/gcc-4.8.1/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-2 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: posix
gcc version 4.8.1 (tdm-2)
GNU ld (GNU Binutils) 2.23.1
Windows Shell
Removing the call to asinf on line 22769 of the .ii no longer causes the segfault.
Anonymous
Just tried switching the asinf call to asin and no segfault occurs during compilation.