Index: uspace/lib/c/arch/ia64/Makefile.common
===================================================================
--- uspace/lib/c/arch/ia64/Makefile.common	(revision 3c5916cbc56a6201ea59ddbd3331bf461a45b00a)
+++ uspace/lib/c/arch/ia64/Makefile.common	(revision 5a78e4e14737d21e189bc1614c66a235668d3de0)
@@ -27,15 +27,5 @@
 #
 
-#
-# FIXME:
-#
-# The -fno-selective-scheduling and -fno-selective-scheduling2 options
-# should be removed as soon as a bug in GCC concerning unchecked
-# speculative loads is fixed.
-#
-# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 for reference.
-#
-
-GCC_CFLAGS += -fno-unwind-tables -fno-selective-scheduling -fno-selective-scheduling2
+GCC_CFLAGS += -fno-unwind-tables
 
 ENDIANESS = LE
