Go to file
Jakub Jelinek 3ac5712013 re PR tree-optimization/29330 (-O -ftree-loop-linear --> virtual memory exhausted)
PR tree-optimization/29330
	* tree-data-ref.c (free_data_ref): Use DR_FREE_ACCESS_FNS macro.
	(initialize_data_dependence_relation): Clear DDR_LOOP_NEST pointer
	on newly allocated ddrs.
	(find_loop_nest_1, find_loop_nest): Change LOOP_NEST to a pointer
	to VEC (loop_p, heap) pointer.
	(compute_data_dependences_for_loop): Adjust caller.
	(free_dependence_relations): Free DDR_LOOP_NEST.

	* tree-loop-linear.c (linear_transform_loops): Don't forget to
	free DEPENDENCE_RELATIONS and DATAREFS.

	* gcc.dg/pr29330.c: New test.

From-SVN: r117509
2006-10-06 18:57:27 +02:00
boehm-gc re PR boehm-gc/29180 (boehm-gc/darwin_stop_world.c not 64-bit clean) 2006-09-26 17:21:32 +00:00
config
contrib * compareSumTests3: POD syntax fix. 2006-09-28 02:03:46 +00:00
fixincludes * ChangeLog: Add missing entries to last entry. 2006-10-03 08:33:02 +02:00
gcc re PR tree-optimization/29330 (-O -ftree-loop-linear --> virtual memory exhausted) 2006-10-06 18:57:27 +02:00
gnattools
include
INSTALL
intl Makefile.in (distclean): Delete config files. 2006-09-27 18:51:52 +09:30
libada
libcpp configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in gcc/config.gcc. 2006-09-22 23:26:20 +00:00
libdecnumber
libffi
libgfortran acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test. 2006-10-06 08:21:49 +00:00
libgomp barrier-1.c: Change timestamp tests from '<' to '<='. 2006-10-06 08:32:33 +00:00
libiberty
libjava 2006-10-05 Gary Benson <gbenson@redhat.com> 2006-10-05 09:32:57 +00:00
libmudflap
libobjc
libssp re PR other/25035 (libssp causes a failure with cross compilers with unified trees) 2006-09-29 22:18:51 +01:00
libstdc++-v3 re PR libstdc++/29368 (wrong STL docs for rfind()) 2006-10-06 11:47:56 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog MAINTAINERS (Write After Approval): Add myself. 2006-10-04 11:30:49 -07:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure re PR fortran/28276 (EXPONENT() broken for real constants) 2006-09-27 20:15:22 +00:00
configure.in re PR fortran/28276 (EXPONENT() broken for real constants) 2006-09-27 20:15:22 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS (Write After Approval): Add myself. 2006-10-04 11:30:49 -07:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file 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.html for how to report bugs usefully.