Commit 6bf29a7e by Martin Sebor Committed by Jeff Law

re PR c/79936 (ICE with -Walloc-size-larger-than=32767)

	PR c/79936
	* Makefile.in (GTFILES): Add calls.c.
	* calls.c: Include "gt-calls.h".

From-SVN: r246144
parent 4692943d
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> 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
PR rtl-optimization/79728 PR rtl-optimization/79728
......
...@@ -2518,6 +2518,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \ ...@@ -2518,6 +2518,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
$(srcdir)/ipa-devirt.c \ $(srcdir)/ipa-devirt.c \
$(srcdir)/internal-fn.h \ $(srcdir)/internal-fn.h \
$(srcdir)/hsa-common.c \ $(srcdir)/hsa-common.c \
$(srcdir)/calls.c \
@all_gtfiles@ @all_gtfiles@
# Compute the list of GT header files from the corresponding C sources, # Compute the list of GT header files from the corresponding C sources,
......
...@@ -5649,3 +5649,6 @@ must_pass_in_stack_var_size_or_pad (machine_mode mode, const_tree type) ...@@ -5649,3 +5649,6 @@ must_pass_in_stack_var_size_or_pad (machine_mode mode, const_tree type)
return false; return false;
} }
/* Tell the garbage collector about GTY markers in this source file. */
#include "gt-calls.h"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment