gcc/libcpp
Jakub Jelinek 28937f1196 re PR middle-end/56461 (GCC is leaking lots of memory)
PR middle-end/56461
	* internal.h (struct cpp_buffer): Add to_free field.
	(_cpp_pop_file_buffer): Add third argument.
	* files.c (_cpp_stack_file): Set buffer->to_free.
	(_cpp_pop_file_buffer): Add to_free argument.  Free to_free
	if non-NULL, and if equal to file->buffer_start, also clear
	file->buffer{,_start,_valid}.
	* directives.c (_cpp_pop_buffer): Pass buffer->to_free
	to _cpp_pop_file_buffer.

From-SVN: r196497
2013-03-06 17:18:40 +01:00
..
include Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
po be.po, [...]: Update. 2013-03-04 17:41:40 +00:00
aclocal.m4 Undo inadvertent commit in rev 160105. 2010-06-01 10:20:24 -04:00
ChangeLog re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
charset.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
config.in configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen... 2013-02-28 10:58:47 +01:00
configure configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen... 2013-02-28 10:58:47 +01:00
configure.ac configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen... 2013-02-28 10:58:47 +01:00
directives-only.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
directives.c re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
errors.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
expr.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
files.c re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
identifiers.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
init.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
internal.h re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-06 17:18:40 +01:00
lex.c configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen... 2013-02-28 10:58:47 +01:00
line-map.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
macro.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
Makefile.in Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
makeucnid.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
mkdeps.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
pch.c re PR middle-end/56461 (GCC is leaking lots of memory) 2013-03-01 22:06:04 +01:00
symtab.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
system.h Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
traditional.c Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
ucnid.h Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00
ucnid.tab Update copyright years in libcpp. 2013-01-14 18:13:59 +00:00