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:
parent
4692943dac
commit
6bf29a7e40
3 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue