aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2017-03-14 22:09:40 +0000
committerJeff Law <law@gcc.gnu.org>2017-03-14 16:09:40 -0600
commit6bf29a7e402c9650a0feeb00038f873adc7cd309 (patch)
tree8f95cc76fa5cfe8c263a8916a0158f5bb5b126e3 /gcc/calls.c
parent4692943dace8ba6e1fc3edc6e1c2b051a81b74b7 (diff)
downloadgcc-6bf29a7e402c9650a0feeb00038f873adc7cd309.zip
gcc-6bf29a7e402c9650a0feeb00038f873adc7cd309.tar.gz
gcc-6bf29a7e402c9650a0feeb00038f873adc7cd309.tar.bz2
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
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 6d5ef4e..61caf4c 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -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"