gcc/libcpp
Nathan Sidwell 10f04917ab [PATCH] Macro body is trailing array
https://gcc.gnu.org/ml/gcc-patches/2018-08/msg01037.html
	* include/cpplib.h (enum cpp_macro_kind): New.
	(struct cpp_macro): Make body trailing array.  Add kind field,
	delete traditional flag.
	* internal.h (_cpp_new_macro): Declare.
	(_cpp_reserve_room): New inline.
	(_cpp_commit_buf): Declare.
	(_cpp_create_trad_definition): Return new macro.
	* lex.c (_cpp_commit_buff): New.
	* macro.c (macro_real_token_count): Count backwards.
	(replace_args): Pointer equality not orderedness.
	(_cpp_save_parameter): Use _cpp_reserve_room.
	(alloc_expansion_token): Delete.
	(lex_expansion_token): Return macro pointer.  Use _cpp_reserve_room.
	(create_iso_definition): Allocate macro itself.  Adjust for
	different allocation ordering.
	(_cpp_new_macro): New.
	(_cpp_create_definition): Adjust for API changes.
	* traditional.c (push_replacement_text): Don't set traditional
	flag.
	(save_replacement_text): Likewise.
	(_cpp_create_trad_definition): Allocate macro itself, Adjust for
	different allocation ordering.

From-SVN: r263622
2018-08-17 16:07:19 +00:00
..
include [PATCH] Macro body is trailing array 2018-08-17 16:07:19 +00:00
po Regenerate .pot files. 2018-07-25 15:31:18 +01:00
ChangeLog [PATCH] Macro body is trailing array 2018-08-17 16:07:19 +00:00
ChangeLog.jit
Makefile.in
aclocal.m4
charset.c
config.in
configure
configure.ac
directives-only.c
directives.c [PATCH] CPP Macro predicates 2018-08-16 13:51:38 +00:00
errors.c
expr.c [PATCH] CPP Macro predicates 2018-08-16 13:51:38 +00:00
files.c [PATCH] CPP Macro predicates 2018-08-16 13:51:38 +00:00
identifiers.c [PATCH] CPP Macro predicates 2018-08-16 13:51:38 +00:00
init.c
internal.h [PATCH] Macro body is trailing array 2018-08-17 16:07:19 +00:00
lex.c [PATCH] Macro body is trailing array 2018-08-17 16:07:19 +00:00
line-map.c diagnostics: add labeling of source ranges 2018-08-15 18:09:35 +00:00
location-example.txt
macro.c [PATCH] Macro body is trailing array 2018-08-17 16:07:19 +00:00
makeucnid.c
mkdeps.c
pch.c
symtab.c
system.h * system.h: #include <new> earlier. 2018-05-23 13:13:30 -04:00
traditional.c [PATCH] Macro body is trailing array 2018-08-17 16:07:19 +00:00
ucnid.h
ucnid.tab