Go to file
Richard Henderson 777f7f9a72 re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)
PR 26651
	* gimple-low.c (lower_omp_directive): Remove dead code.
	(lower_stmt): Do nothing except for openmp, except for OMP_PARALLEL.
	* gimplify.c (gimplify_expr): Update for OMP_RETURN, OMP_CONTINUE.
	* omp-low.c (struct omp_region): Move to tree-flow.h.
	(root_omp_region): Export.
	(omp_regions, lookup_omp_region): Remove.
	(determine_parallel_type): Update for struct omp_region changes.
	(dump_omp_region): Dump regions with block numbers.
	(new_omp_region): Take type and block instead of stmt; malloc
	instead of ggc.
	(free_omp_region_1, free_omp_regions): New.
	(expand_parallel_call): Take entry_stmt as argument; update for
	changes to omp_region.
	(remove_exit_barrier): Rewrite to update OMP_RETURN_NOWAIT.
	(remove_exit_barriers): New.
	(expand_omp_parallel): Update for struct omp_region changes.
	(expand_omp_synch): Likewise.
	(expand_omp): Likewise.
	(expand_omp_for_static_nochunk): Likewise; update for OMP_CONTINUE.
	(expand_omp_for_static_chunk): Likewise.
	(expand_omp_for): Likewise.
	(expand_omp_for_generic): Likewise; emit the proper GOMP_loop_end call.
	(expand_omp_sections): Similarly, with GOMP_sections_end.
	(expand_omp_single): New.
	(build_omp_regions_1): Update for OMP_CONTINUE.
	(execute_expand_omp): Call remove_exit_barriers, free_omp_regions.
	(lower_omp_sections): Expand with OMP_CONTINUE, do not collect
	OMP_SECTIONS_SECTIONS.
	(lower_omp_single_simple): Don't emit barrier here.
	(lower_omp_single_copy): Likewise.
	(lower_omp_single): Fix bindings, and lower to straightline now.
	(lower_omp_master, lower_omp_ordered): Likewise.
	(lower_omp_critical): Likewise.
	(lower_omp_for): Likewise.  Emit OMP_CONTINUE.
	* tree-cfg.c (make_edges): Collect an omp_region tree, use it for
	omp edges, free it afterward.
	(make_omp_sections_edges): Remove.
	(is_ctrl_altering_stmt): Don't bother checking flag_openmp.
	(move_stmt_r): Handle OMP_CONTINUE.
	* tree-flow.h (struct omp_region): Move from omp-low.c.  Switch 
	statement pointers to basic blocks.  Add type member.
	(root_omp_region, new_omp_region, free_omp_regions): Declare.
	* tree-gimple.c (is_gimple_stmt): Handle OMP_RETURN, OMP_CONTINUE.
	* tree-inline.c (estimate_num_insns_1): Likewise.
	* tree-pretty-print.c (dump_generic_node): Likewise.
	* tree-ssa-operands.c (get_expr_operands): Likewise.
	* tree.def (OMP_SECTIONS): Remove OMP_SECTIONS_SECTIONS operand.
	(OMP_RETURN): Rename from OMP_RETURN_EXPR.
	(OMP_CONTINUE): New.
	* tree.h (OMP_DIRECTIVE_P): Add OMP_CONTINUE.
	(OMP_SECTIONS_SECTIONS): Remove.
	(OMP_SECTION_LAST): New.
	(OMP_RETURN_NOWAIT): New.
fortran/
        * trans-openmp.c (gfc_trans_omp_sections): Adjust for changed
        number of operands to OMP_SECTIONS.
testsuite/
        * g++.dg/gomp/block-0.C: Update expected matches.

From-SVN: r112935
2006-04-13 16:44:25 -07:00
boehm-gc darwin_stop_world.c (GC_push_all_stacks, [...]): Call vm_deallocate to free act_list. 2006-04-11 22:56:27 +01:00
config [multiple changes] 2006-02-14 09:36:24 +00:00
contrib * gennews (files): Update for GCC 4.1. 2006-02-28 08:10:09 +00:00
fixincludes re PR target/26189 (Bug in vendor /usr/include/net/if.h needs fixincluding on HPUX) 2006-02-18 15:58:06 +00:00
gcc re PR libgomp/26651 ([gomp] #omp for ordered leaks memory) 2006-04-13 16:44:25 -07:00
gnattools
include pex-common.c (pex_input_file, [...]): New functions. 2006-04-12 06:29:21 +00:00
INSTALL
intl
libada
libcpp * sv.po: Update. 2006-03-31 18:05:06 +01:00
libdecnumber
libffi hpux32.S: Correct unwind offset calculation for ffi_closure_pa32. 2006-04-13 00:56:19 +02:00
libgcc-math Makefile.am: Do not build dbl-64 variants. 2006-03-30 12:11:16 +00:00
libgfortran re PR fortran/26766 ([F2003] Recursive I/O still (again) broken) 2006-04-13 06:24:58 +00:00
libgomp libjava.exp (libjava_init): Recognize multilib directory names containing underscores. 2006-04-10 21:34:19 +00:00
libiberty pex-common.c (pex_input_file, [...]): New functions. 2006-04-12 06:29:21 +00:00
libjava re PR libgcj/26522 (gcc-4.1.0-RC{1,2} install headers into a top-level (root) /include) 2006-04-13 21:04:04 +00:00
libmudflap libjava.exp (libjava_init): Recognize multilib directory names containing underscores. 2006-04-10 21:34:19 +00:00
libobjc re PR libobjc/26309 (libobjc bootstrap failure on Tru64 UNIX V4.0F) 2006-02-21 19:13:21 +00:00
libssp re PR other/26473 (cross-building installs ssp headers to $(includedir)) 2006-02-28 00:41:19 +00:00
libstdc++-v3 libjava.exp (libjava_init): Recognize multilib directory names containing underscores. 2006-04-10 21:34:19 +00:00
maintainer-scripts crontab: Don't build snapshot for 3.4.x anymore. 2006-03-11 19:29:41 +00:00
zlib
ABOUT-NLS
ChangeLog * MAINTAINERS (Write After Approval): Add myself. 2006-04-08 09:03:32 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
configure.in configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh re PR libgcj/17311 (Wrong libgcc_s.so.1 is used by lt-gij) 2006-03-01 09:39:35 -08:00
MAINTAINERS * MAINTAINERS (Write After Approval): Add myself. 2006-04-08 09:03:32 +00:00
Makefile.def re PR bootstrap/25670 (build fail with 'make all-gcc') 2006-02-20 08:29:17 +00:00
Makefile.in Makefile.tpl (BUILD_CONFIGDIRS): Remove 2006-02-21 13:57:53 +00:00
Makefile.tpl Makefile.tpl (BUILD_CONFIGDIRS): Remove 2006-02-21 13:57:53 +00:00
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.