gcc/libcpp
Nathan Sidwell d7b6aee8cd [libcpp] Reimplement mkdeps data structures
https://gcc.gnu.org/ml/gcc-patches/2019-05/msg00293.html
	* include/mkdeps.h (deps_write): Add PHONY arg.
	(deps_phony_targets): Delete.
	* init.c (cpp_finish): Just call deps_write.
	* mkdeps.c (struct mkdeps): Add local vector class.  Reimplement
	vector handling.
	(munge): Munge to static buffer.
	(apply_vpath): Adjust vector handling.
	(deps_init, deps_free): Use new, delete.
	(deps_add_target): Do not munge here.  Record quoting low water mark.
	(deps_add_dep): Do not munge here.
	(deps_add_vpath): Adjust vector handling.
	(make_write_name): New.  Munge on demand here.
	(make_write_vec): New.
	(deps_phony_targets): Delete.
	(make_write): New.
	(deps_write): Forward to deps_Write.
	(deps_save, deps_restore): Adjust vector handling.

From-SVN: r270943
2019-05-07 12:39:59 +00:00
..
include [libcpp] Reimplement mkdeps data structures 2019-05-07 12:39:59 +00:00
po * sv.po: Update. 2019-03-08 00:06:15 +00:00
ChangeLog [libcpp] Reimplement mkdeps data structures 2019-05-07 12:39:59 +00:00
ChangeLog.jit
Makefile.in Update copyright years. 2019-01-01 13:31:55 +01:00
aclocal.m4
charset.c Update copyright years. 2019-01-01 13:31:55 +01:00
config.in
configure
configure.ac
directives-only.c Update copyright years. 2019-01-01 13:31:55 +01:00
directives.c [libcpp] struct deps renaming 2019-05-06 11:34:47 +00:00
errors.c Update copyright years. 2019-01-01 13:31:55 +01:00
expr.c re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location)) 2019-01-26 11:08:00 +01:00
files.c Fix typo in comment 2019-04-03 18:56:41 +01:00
identifiers.c Update copyright years. 2019-01-01 13:31:55 +01:00
init.c [libcpp] Reimplement mkdeps data structures 2019-05-07 12:39:59 +00:00
internal.h [libcpp] struct deps renaming 2019-05-06 11:34:47 +00:00
lex.c Update copyright years. 2019-01-01 13:31:55 +01:00
line-map.c Use 1UL constant in order to not overflow (PR c++/89383). 2019-02-18 09:46:19 +00:00
location-example.txt
macro.c Update copyright years. 2019-01-01 13:31:55 +01:00
makeucnid.c Update copyright years. 2019-01-01 13:31:55 +01:00
mkdeps.c [libcpp] Reimplement mkdeps data structures 2019-05-07 12:39:59 +00:00
pch.c Update copyright years. 2019-01-01 13:31:55 +01:00
symtab.c Improve memory statistics report readability. 2019-02-26 17:27:52 +00:00
system.h Update copyright years. 2019-01-01 13:31:55 +01:00
traditional.c Update copyright years. 2019-01-01 13:31:55 +01:00
ucnid.h Update copyright years. 2019-01-01 13:31:55 +01:00
ucnid.tab Update copyright years. 2019-01-01 13:31:55 +01:00