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
This commit is contained in:
Martin Sebor 2017-03-14 22:09:40 +00:00 committed by Jeff Law
parent 4692943dac
commit 6bf29a7e40
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
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

View file

@ -2518,6 +2518,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
$(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,

View file

@ -5649,3 +5649,6 @@ must_pass_in_stack_var_size_or_pad (machine_mode mode, const_tree type)
return false;
}
/* Tell the garbage collector about GTY markers in this source file. */
#include "gt-calls.h"