Go to file
Sebastian Pop 57d598f76c Fix PR47127: call cloog_state_malloc and cloog_state_free only once.
2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>

	PR tree-optimization/47127
	* graphite-clast-to-gimple.c (build_cloog_prog): Removed state
	parameter.
	(set_cloog_options): Same.
	(scop_to_clast): Same.
	(print_clast_stmt): Do not call cloog_state_malloc and
	cloog_state_free.
	(print_generated_program): Same.
	(gloog): Same.
	* graphite-clast-to-gimple.h (cloog_state): Declared.
	(scop_to_clast): Adjust declaration.
	* graphite.c (cloog_state): Defined here.
	(graphite_initialize): Call cloog_state_malloc.
	(graphite_finalize): Call cloog_state_free.

From-SVN: r170907
2011-03-12 22:05:38 +00:00
INSTALL
boehm-gc
config Guard against M4 versions with a buggy strstr. 2011-03-05 07:32:50 +00:00
contrib * gennews (files): Add files for GCC 4.6. 2011-03-05 19:49:36 +00:00
fixincludes
gcc Fix PR47127: call cloog_state_malloc and cloog_state_free only once. 2011-03-12 22:05:38 +00:00
gnattools
include re PR debug/28047 (DWARF output_file_names should really understand DOS pathnames) 2011-02-28 19:23:25 +01:00
intl
libada
libcpp * cpplib.pot: Regenerate. 2011-03-05 19:45:12 +00:00
libdecnumber
libffi
libgcc generic-morestack.c (__splitstack_find): Adjust returned stack pointer to include all registers pushed by __morestack. 2011-03-07 21:47:10 +00:00
libgfortran re PR libfortran/48047 (Incorrect output rounding of double precision numbers) 2011-03-12 00:49:51 +00:00
libgo Don't use intermediate .la files building libgo. 2011-03-11 01:00:15 +00:00
libgomp
libiberty re PR debug/28047 (DWARF output_file_names should really understand DOS pathnames) 2011-02-28 19:23:25 +01:00
libjava
libmudflap
libobjc In libobjc/: 2011-02-28 Nicola Pero <nicola.pero@meta-innovation.com> 2011-02-28 14:48:23 +00:00
libquadmath quadmath-printf.c (quadmath_snprintf): Make sure that for size > 0 str is always zero terminated. 2011-02-28 21:31:46 +01:00
libssp
libstdc++-v3 [multiple changes] 2011-03-09 18:30:11 +00:00
lto-plugin
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog MAINTAINERS: Update myself as score backend maintainer, updatemy e-mail address. 2011-03-11 03:12:48 +00:00
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS: Update myself as score backend maintainer, updatemy e-mail address. 2011-03-11 03:12:48 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Fix configure problem. 2011-03-02 15:18:47 +00:00
configure.ac Fix configure problem. 2011-03-02 15:18:47 +00:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.