Go to file
Janne Blomqvist f4471acbe3 Use calloc instead of malloc and memset.
2012-03-25  Janne Blomqvist  <jb@gcc.gnu.org>

	* runtime/memory.c (xcalloc): New function.
	* libgfortran.h (xcalloc): New prototype.
	* io/list_read.c (push_char): Use xcalloc instead of get_mem and
	memset.
	(l_push_char): Likewise.
	* io/unit.c (insert_unit): Likewise.
	(get_internal_unit): Likewise.
	* io/unix.c (open_internal): Likewise.
	(open_internal4): Likewise.
	(fd_to_stream): Likewise.

From-SVN: r185773
2012-03-25 08:48:49 +03:00
boehm-gc
config
contrib Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
fixincludes inclhack.def (aix_malloc): New. 2012-03-23 19:55:01 -04:00
gcc Daily bump. 2012-03-25 00:17:50 +00:00
gnattools Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
include
INSTALL
intl
libada
libcpp * lex.c (search_line_fast): Provide Neon-optimized version for ARM. 2012-03-22 17:54:55 +00:00
libdecnumber
libffi Add missing ChangeLog entry from 2012-03-09 commit. 2012-03-17 20:45:24 -04:00
libgcc lib1funcs.asm (ctzsi2): New function. 2012-03-22 15:14:46 +00:00
libgfortran Use calloc instead of malloc and memset. 2012-03-25 08:48:49 +03:00
libgo syscall: Fix errno handling in syscall.Syscall and friends. 2012-03-23 18:41:07 +00:00
libgomp re PR middle-end/52547 (ICE with openmp with nested function which requires a trampoline) 2012-03-22 20:25:36 +01:00
libiberty mangle.c (write_type): Handle 'auto'. 2012-03-21 00:04:39 -04:00
libitm lib{gomp,itm}/testsuite: load missing fortran-modules.exp 2012-03-16 10:51:06 +01:00
libjava Merge GNU Classpath 0.99 into libjava. 2012-03-23 15:19:26 +00:00
libmudflap
libobjc
libquadmath
libssp
libstdc++-v3 Update sparc-linux-gnu libstdc++ ABI baseline. 2012-03-23 11:29:39 -07:00
lto-plugin
maintainer-scripts crontab: Enable snapshots from gcc-4_7-branch. 2012-03-22 09:25:49 +00:00
zlib
ABOUT-NLS
ChangeLog Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
configure.ac Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Remove obsolete IRIX 6.5 support 2012-03-14 16:33:37 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.