public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/26084] ICE (segfault) on C++ OpenMP code
Date: Wed, 22 Mar 2006 12:50:00 -0000	[thread overview]
Message-ID: <20060322125050.8680.qmail@sourceware.org> (raw)
In-Reply-To: <bug-26084-2736@http.gcc.gnu.org/bugzilla/>



------- Comment #14 from rth at gcc dot gnu dot org  2006-03-22 12:50 -------
Subject: Bug 26084

Author: rth
Date: Wed Mar 22 12:50:45 2006
New Revision: 112283

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112283
Log:
        PR middle-end/26084
        * except.c (duplicate_eh_regions_0): New.
        (duplicate_eh_region_1): Duplicate the children of the node as
        well as the node itself.  Link them up properly.
        (duplicate_eh_region_2): Merge into ...
        (duplicate_eh_regions): ... here.  Take copy_region argument, and
        copy only a sub-tree if asked.  Simplify copying and fixup.
        (eh_region_outer_p): New.
        * except.h (duplicate_eh_regions): Update decl.
        (eh_region_outer_p): Declare.
        * omp-low.c (lower_omp_single): Fix eh region placement wrt OMP_RETURN.
        (lower_omp_master): Likewise.
        (lower_omp_ordered): Likewise.
        * tree-cfg.c (struct move_stmt_d): Add new_label_map.
        (move_stmt_r): Use it to remap labels.  Handle recursion vs
        remap_decls_p properly.
        (move_block_to_fn): Pass in new_label_map.  Remap RESX_EXPR.
        (find_outermost_region_in_block): New.
        (new_label_mapper): New.
        (move_sese_region_to_fn): Copy eh information to the new function
        properly.
        * tree-inline.c (copy_cfg_body): Update for new duplicate_eh_regions
        argument.
        * tree-pretty-print.c (dump_generic_node): Dump RESX_EXPR region
        number.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/except.c
    trunk/gcc/except.h
    trunk/gcc/omp-low.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-inline.c
    trunk/gcc/tree-pretty-print.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26084


  parent reply	other threads:[~2006-03-22 12:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-02 23:46 [Bug c++/26084] New: [gomp-branch] ICE (segfault) on C++ OpenMP coce martin at mpa-garching dot mpg dot de
2006-02-02 23:48 ` [Bug c++/26084] " martin at mpa-garching dot mpg dot de
2006-02-04 11:32 ` martin at mpa-garching dot mpg dot de
2006-02-06  9:40 ` [Bug c++/26084] [gomp-branch] ICE (segfault) on C++ OpenMP code reichelt at gcc dot gnu dot org
2006-02-06 11:15 ` martin at mpa-garching dot mpg dot de
2006-02-07 10:44 ` martin at mpa-garching dot mpg dot de
2006-02-07 12:12 ` dnovillo at gcc dot gnu dot org
2006-03-09 18:49 ` [Bug c++/26084] " pinskia at gcc dot gnu dot org
2006-03-09 19:01 ` dnovillo at gcc dot gnu dot org
2006-03-09 19:04 ` pinskia at gcc dot gnu dot org
2006-03-09 19:10 ` dnovillo at redhat dot com
2006-03-09 19:17 ` pinskia at gcc dot gnu dot org
2006-03-09 19:28 ` dnovillo at redhat dot com
2006-03-22 12:33 ` rth at gcc dot gnu dot org
2006-03-22 12:50 ` rth at gcc dot gnu dot org [this message]
2006-03-22 12:53 ` [Bug middle-end/26084] " rth at gcc dot gnu dot org
2006-03-22 14:37 ` martin at mpa-garching dot mpg dot de
2006-03-23 11:37 ` reichelt at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060322125050.8680.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).