public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/67027] New: [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error)
@ 2015-07-27 15:12 vries at gcc dot gnu.org
  2015-07-27 15:18 ` [Bug libgomp/67027] " vries at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2015-07-27 15:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67027

            Bug ID: 67027
           Summary: [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O
                    (internal compiler error)
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

lean-fortran/build/gcc/testsuite/gfortran1/../../gfortran
-Blean-fortran/build/gcc/testsuite/gfortran1/../../
-Blean-fortran/build/x86_64-unknown-linux-gnu/./libgfortran/
src/gcc/testsuite/gfortran.dg/goacc/modules.f95 -fno-diagnostics-show-caret
-fdiagnostics-color=never -O -fopenacc -S -o modules.s
pid is 3492 -3492
src/gcc/testsuite/gfortran.dg/goacc/modules.f95:22:0: internal compiler error:
in gimplify_adjust_omp_clauses_1, at gimp\
lify.c:6797^M
0xd4a82f gimplify_adjust_omp_clauses_1^M
        src/gcc/gimplify.c:6797^M
0x1e9910a splay_tree_foreach_helper^M
        src/libiberty/splay-tree.c:242^M
0x1e997a4 splay_tree_foreach^M
        src/libiberty/splay-tree.c:566^M
0xd4c397 gimplify_adjust_omp_clauses^M
        src/gcc/gimplify.c:7088^M
0xd507e3 gimplify_omp_workshare^M
        src/gcc/gimplify.c:7888^M
0xd53ece gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)^M
        src/gcc/gimplify.c:8932^M
0xd45e0b gimplify_stmt(tree_node**, gimple_statement_base**)^M
        src/gcc/gimplify.c:5552^M
0xd36b6e gimplify_statement_list^M
        src/gcc/gimplify.c:1490^M
0xd53cc4 gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)^M
        src/gcc/gimplify.c:8865^M
0xd45e0b gimplify_stmt(tree_node**, gimple_statement_base**)^M
        src/gcc/gimplify.c:5552^M
0xd3583a gimplify_bind_expr^M
        src/gcc/gimplify.c:1139^M
0xd52d6e gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)^M
        src/gcc/gimplify.c:8647^M
0xd45e0b gimplify_stmt(tree_node**, gimple_statement_base**)^M
        src/gcc/gimplify.c:5552^M
0xd3389e gimplify_and_add(tree_node*, gimple_statement_base**)^M
        src/gcc/gimplify.c:426^M
0xd338d6 gimplify_and_return_first^M
        src/gcc/gimplify.c:438^M
0xd5060e gimplify_omp_workshare^M
        src/gcc/gimplify.c:7846^M
0xd53ece gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)^M
        src/gcc/gimplify.c:8932^M
0xd45e0b gimplify_stmt(tree_node**, gimple_statement_base**)^M
        src/gcc/gimplify.c:5552^M
0xd36b6e gimplify_statement_list^M
        src/gcc/gimplify.c:1490^M
0xd53cc4 gimplify_expr(tree_node**, gimple_statement_base**,
gimple_statement_base**, bool (*)(tree_node*), int)^M
        src/gcc/gimplify.c:8865^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
Please include the complete backtrace with any bug report.^M
See <http://gcc.gnu.org/bugs.html> for instructions.^M


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgomp/67027] [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error)
  2015-07-27 15:12 [Bug libgomp/67027] New: [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error) vries at gcc dot gnu.org
@ 2015-07-27 15:18 ` vries at gcc dot gnu.org
  2015-07-28 11:42 ` [Bug middle-end/67027] " nathan at gcc dot gnu.org
  2015-07-28 11:43 ` nathan at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2015-07-27 15:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67027

vries at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu.org

--- Comment #1 from vries at gcc dot gnu.org ---
Caused by r226237:

        * gimplify.c (oacc_default_clause): Fallthrough to unspecified
        handling.  Propagate mapping from outer scope.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/67027] [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error)
  2015-07-27 15:12 [Bug libgomp/67027] New: [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error) vries at gcc dot gnu.org
  2015-07-27 15:18 ` [Bug libgomp/67027] " vries at gcc dot gnu.org
@ 2015-07-28 11:42 ` nathan at gcc dot gnu.org
  2015-07-28 11:43 ` nathan at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: nathan at gcc dot gnu.org @ 2015-07-28 11:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67027

Nathan Sidwell <nathan at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-07-28
           Assignee|unassigned at gcc dot gnu.org      |nathan at gcc dot gnu.org
     Ever confirmed|0                           |1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/67027] [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error)
  2015-07-27 15:12 [Bug libgomp/67027] New: [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error) vries at gcc dot gnu.org
  2015-07-27 15:18 ` [Bug libgomp/67027] " vries at gcc dot gnu.org
  2015-07-28 11:42 ` [Bug middle-end/67027] " nathan at gcc dot gnu.org
@ 2015-07-28 11:43 ` nathan at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: nathan at gcc dot gnu.org @ 2015-07-28 11:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67027

Nathan Sidwell <nathan at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Fixed in r226310

        * gimplify.c (oacc_default_clause): Always set GOVD_MAP if found
        in outer scope.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-28 11:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-27 15:12 [Bug libgomp/67027] New: [gomp4] FAIL: gfortran.dg/goacc/modules.f95 -O (internal compiler error) vries at gcc dot gnu.org
2015-07-27 15:18 ` [Bug libgomp/67027] " vries at gcc dot gnu.org
2015-07-28 11:42 ` [Bug middle-end/67027] " nathan at gcc dot gnu.org
2015-07-28 11:43 ` nathan at gcc dot gnu.org

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).