PR c/79936
* Makefile.in (GTFILES): Add calls.c.
* calls.c: Include "gt-calls.h".
From-SVN: r246144
+2017-03-14 Martin Sebor <msebor@redhat.com>
+
+ PR c/79936
+ * Makefile.in (GTFILES): Add calls.c.
+ * calls.c: Include "gt-calls.h".
+
2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
PR rtl-optimization/79728
$(srcdir)/ipa-devirt.c \
$(srcdir)/internal-fn.h \
$(srcdir)/hsa-common.c \
+ $(srcdir)/calls.c \
@all_gtfiles@
# Compute the list of GT header files from the corresponding C sources,
return false;
}
+
+/* Tell the garbage collector about GTY markers in this source file. */
+#include "gt-calls.h"