Created attachment 777093 [details] preprocessed source 1 http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2005888 gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -DINSTALL_BIN_PATH=\""/usr/lib/lttng/libexec"\" -DINSTALL_LIB_PATH=\""/usr/lib"\" -fno-strict-aliasing -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -fno-strict-aliasing -c ust-thread.c ust-app.c: In function 'ust_app_start_trace': ust-app.c:3732:1: internal compiler error: in gen_movsi, at config/arm/arm.md:5539 } ^ gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -DINSTALL_BIN_PATH=\""/usr/lib/lttng/libexec"\" -DINSTALL_LIB_PATH=\""/usr/lib"\" -fno-strict-aliasing -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -fno-strict-aliasing -c ust-metadata.c gcc -DHAVE_CONFIG_H -I../../.. -I../../.. -I../../../src -I../../../include -include config.h -I../../../include -I../../../src -DINSTALL_BIN_PATH=\""/usr/lib/lttng/libexec"\" -DINSTALL_LIB_PATH=\""/usr/lib"\" -fno-strict-aliasing -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -g -fno-strict-aliasing -c main.c Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. main.c: In function 'thread_manage_kernel': main.c:880:1: internal compiler error: in gen_movsi, at config/arm/arm.md:5539 } ^ Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/cc6nrrH7.out file, please attach this to your bugreport. make[3]: *** [ust-app.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Preprocessed source stored into /tmp/ccSrcyvi.out file, please attach this to your bugreport. make[3]: *** [main.o] Error 1 make[3]: Leaving directory `/builddir/build/BUILD/lttng-tools-2.2.1/src/bin/lttng-sessiond' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/builddir/build/BUILD/lttng-tools-2.2.1/src/bin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/builddir/build/BUILD/lttng-tools-2.2.1/src' make: *** [all-recursive] Error 1
Created attachment 777094 [details] preprocessed source 2
assigning to gcc as it looks like an ICE
*** Bug 992151 has been marked as a duplicate of this bug. ***
This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20
It happens when we activate the hardening flags. If I remove those, it compiles without problems.
GCC bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595
fixed upstream and package built in F-20