Control: tags -1 + patch See https://bugzilla.redhat.com/show_bug.cgi?id=1306162 for the analysis.
The attached patch fixes it for me. -- Jakub Wilk
diff -Nru openjade-1.4devel1/debian/rules openjade-1.4devel1/debian/rules --- openjade-1.4devel1/debian/rules 2016-10-01 16:50:44.000000000 +0200 +++ openjade-1.4devel1/debian/rules 2016-10-01 16:50:45.000000000 +0200 @@ -31,6 +31,7 @@ CFLAGS += -ffunction-sections CXXFLAGS += -ffunction-sections endif +CXXFLAGS += -fno-lifetime-dse # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534 export CFLAGS export CXXFLAGS

