public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/100195] New: ICE in gimplify_expr, at gimplify.c:15095
@ 2021-04-21 20:00 gscfq@t-online.de
  2021-04-22  9:12 ` [Bug fortran/100195] " marxin at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: gscfq@t-online.de @ 2021-04-21 20:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100195
           Summary: ICE in gimplify_expr, at gimplify.c:15095
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started with r10 (between 20191215 and 20200105) :


$ cat z1.f90
program p
   type t
   end type
   class(t), allocatable :: a(:)
   !$acc update host(a)
end


$ gfortran-10-20191215 -c z1.f90 -fopenacc
z1.f90:5:21:

    5 |    !$acc update host(a)
      |                     1
Error: ALLOCATABLE object 'a' of polymorphic type in MAP clause at (1)


$ gfortran-11-20210418 -c z1.f90 -fopenacc
z1.f90:5:23:

    5 |    !$acc update host(a)
      |                       ^
internal compiler error: in gimplify_expr, at gimplify.c:15095
0x9aa933 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:15095
0x9aa593 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14204
0x9a2651 gimplify_scan_omp_clauses
        ../../gcc/gimplify.c:9430
0x9a7bf3 gimplify_omp_target_update
        ../../gcc/gimplify.c:13413
0x9a7bf3 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14623
0x9aa978 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.c:6877
0x9a8d33 gimplify_statement_list
        ../../gcc/gimplify.c:1879
0x9a8d33 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14528
0x9aa978 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.c:6877
0x9aaed1 gimplify_bind_expr
        ../../gcc/gimplify.c:1421
0x9a85f2 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14284
0x9aa978 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.c:6877
0x9ab99d gimplify_body(tree_node*, bool)
        ../../gcc/gimplify.c:15320
0x9abdff gimplify_function_tree(tree_node*)
        ../../gcc/gimplify.c:15474
0x8480f7 cgraph_node::analyze()
        ../../gcc/cgraphunit.c:670
0x84aa47 analyze_functions
        ../../gcc/cgraphunit.c:1236
0x84b40d symbol_table::finalize_compilation_unit()
        ../../gcc/cgraphunit.c:2510

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

* [Bug fortran/100195] ICE in gimplify_expr, at gimplify.c:15095
  2021-04-21 20:00 [Bug fortran/100195] New: ICE in gimplify_expr, at gimplify.c:15095 gscfq@t-online.de
@ 2021-04-22  9:12 ` marxin at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-04-22  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-04-22
     Ever confirmed|0                           |1
                 CC|                            |julian at codesourcery dot com,
                   |                            |marxin at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r10-5600-g9be3ac5d63f0f0d7.

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

end of thread, other threads:[~2021-04-22  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 20:00 [Bug fortran/100195] New: ICE in gimplify_expr, at gimplify.c:15095 gscfq@t-online.de
2021-04-22  9:12 ` [Bug fortran/100195] " marxin 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).