gcc/libgfortran/intrinsics
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
..
abort.c
access.c
args.c
associated.c
bit_intrinsics.c
c99_functions.c
chdir.c
chmod.c
clock.c
cpu_time.c
cshift0.c Cleanup memsize types 2011-04-12 22:27:49 +03:00
ctime.c PR 47802 Use builtins to check localtime_r return type 2011-03-04 21:07:49 +02:00
date_and_time.c Replace sprintf with snprintf 2011-04-16 20:43:03 +03:00
dprod_r8.f90
dtime.c
env.c
eoshift0.c
eoshift2.c
erfc_scaled_inc.c
erfc_scaled.c
etime.c
execute_command_line.c
exit.c
extends_type_of.c
f2c_specifics.F90
fnum.c
gerror.c
getcwd.c
getlog.c
getXid.c
hostnm.c
ierrno.c
ishftc.c
iso_c_binding.c
iso_c_binding.h
iso_c_generated_procs.c
kill.c
link.c
malloc.c
move_alloc.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
mvbits.c
pack_generic.c
perror.c
rand.c
random.c
rename.c
reshape_generic.c
reshape_packed.c
selected_char_kind.c
selected_int_kind.f90
selected_real_kind.f90
signal.c
size.c
sleep.c
spread_generic.c
stat.c
string_intrinsics_inc.c
string_intrinsics.c
symlnk.c
system_clock.c PR 47571 Fix bootstrap regression on alpha-dec-osf 2011-04-15 07:21:19 +03:00
system.c
time_1.h
time.c
transpose_generic.c
umask.c
unlink.c
unpack_generic.c