Project

General

Profile

Actions

Bug #1292

closed

[gcc-6] ICE when building test-gabi++

Added by Dmitry M. about 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
toolchain
Target version:
Start date:
02/26/2016
Due date:
% Done:

100%

Estimated time:
CPU Architecture:
Host OS:
Toolchain:
gcc-6
Android version:
CrystaX NDK Version:

Description

2016-02-26 06:16:55.769 UTC: > /home/crystax/work/ndk/ndk/platform/ndk/toolchains/arm-linux-androideabi-6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -MMD -MP -MF ./obj/local/armeabi-v7a-hard/objs/test_gabixx_shared_catch_const_pointer_nullptr/catch_const_pointer_nullptr.o.d -fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -march=armv7-a -mfpu=vfpv3-d16 -mhard-float -D_NDK_MATH_NO_SOFTFP=1 -fno-exceptions -fno-rtti -mthumb -Os -g -DNDEBUG -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -I/home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/include -I/home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests -DANDROID -std=c++11 -Wa,--noexecstack -Wformat -Werror=format-security -frtti -fexceptions -c -I/home/crystax/work/ndk/ndk/platform/ndk/sources/crystax/include -I/home/crystax/work/ndk/ndk/platform/ndk/platforms/android-9/arch-arm/usr/include /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp -o ./obj/local/armeabi-v7a-hard/objs/test_gabixx_shared_catch_const_pointer_nullptr/catch_const_pointer_nullptr.o
2016-02-26 06:16:55.777 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp: In function 'void test2()':
2016-02-26 06:16:55.777 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:43:5: warning: exception of type 'A*' will be caught
2016-02-26 06:16:55.777 UTC: * catch (A*)
2016-02-26 06:16:55.777 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:40:5: warning: by earlier handler for 'const A*'
2016-02-26 06:16:55.778 UTC: * catch (const A*)
2016-02-26 06:16:55.778 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp: In function 'void test3()':
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:59:5: warning: exception of type 'A*' will be caught
2016-02-26 06:16:55.778 UTC: * catch (A*)
2016-02-26 06:16:55.778 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:56:5: warning: by earlier handler for 'const A*'
2016-02-26 06:16:55.778 UTC: * catch (const A* const)
2016-02-26 06:16:55.778 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp: In function 'void test5()':
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:91:5: warning: exception of type 'A*' will be caught
2016-02-26 06:16:55.778 UTC: * catch (A*)
2016-02-26 06:16:55.778 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:88:5: warning: by earlier handler for 'A*'
2016-02-26 06:16:55.778 UTC: * catch (A* const)
2016-02-26 06:16:55.778 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp: In function 'void test6()':
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:107:5: warning: exception of type 'A*' will be caught
2016-02-26 06:16:55.778 UTC: * catch (A* const)
2016-02-26 06:16:55.778 UTC: * ~~~~
2016-02-26 06:16:55.778 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:104:5: warning: by earlier handler for 'A*'
2016-02-26 06:16:55.779 UTC: * catch (A*)
2016-02-26 06:16:55.779 UTC: * ~~~~
2016-02-26 06:16:55.793 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:97:6: error: dominator of 3 should be 6, not 4
2016-02-26 06:16:55.794 UTC: * void test6()
2016-02-26 06:16:55.794 UTC: * ~~~~
2016-02-26 06:16:55.794 UTC: * /home/crystax/work/ndk/ndk/platform/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:97:6: internal compiler error: in verify_dominators, at dominance.c:1038
2016-02-26 06:16:55.798 UTC: * Please submit a full bug report,
2016-02-26 06:16:55.798 UTC: * with preprocessed source if appropriate.
2016-02-26 06:16:55.798 UTC: * See https://tracker.crystax.net/projects/ndk for instructions.

Actions

Also available in: Atom PDF