gcc/libcpp
Jim Meyering 046957830e remove useless if-before-free tests
Change "if (E) free (E);" to "free (E);" everywhere except in the
libgo/, intl/, zlib/ and classpath/ directories.
Also transform equivalent variants like
"if (E != NULL) free (E);" and allow an extra cast on the
argument to free.  Otherwise, the tested and freed "E"
expressions must be identical, modulo white space.

From-SVN: r172785
2011-04-20 18:19:03 +00:00
..
include Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
po be.po, [...]: Update. 2011-04-03 12:33:31 +01:00
aclocal.m4
ChangeLog remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
charset.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
config.in re PR bootstrap/45538 (--enable-build-with-cxx compiling gcc/libcpp/charset.c) 2010-11-18 07:35:34 +00:00
configure re PR bootstrap/45538 (--enable-build-with-cxx compiling gcc/libcpp/charset.c) 2010-11-18 07:35:34 +00:00
configure.ac re PR bootstrap/45538 (--enable-build-with-cxx compiling gcc/libcpp/charset.c) 2010-11-18 07:35:34 +00:00
directives-only.c
directives.c Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053 2011-03-21 16:21:30 +00:00
errors.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
expr.c Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053 2011-03-21 16:21:30 +00:00
files.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
identifiers.c
init.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
internal.h
lex.c re PR bootstrap/45381 (Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function) 2011-03-18 13:20:35 -07:00
line-map.c files.c (file_hash_eq): Use filename_cmp instead of strcmp. 2011-03-25 20:11:26 +01:00
macro.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
Makefile.in Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
makeucnid.c
mkdeps.c files.c (file_hash_eq): Use filename_cmp instead of strcmp. 2011-03-25 20:11:26 +01:00
pch.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
symtab.c
system.h
traditional.c
ucnid.h
ucnid.tab