public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/103796] New: ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9446
@ 2021-12-21 18:19 gscfq@t-online.de
  2021-12-22  8:45 ` [Bug fortran/103796] ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9446 since r8-6395-gf8862a1b2afad9d1 marxin at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: gscfq@t-online.de @ 2021-12-21 18:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103796
           Summary: ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9446
           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 r8 :


$ cat z1.f90
program p
   form team ('a', team)
end


$ cat z2.f90
program p
   form team (1, team)
end


$ gfortran-12-20211219 -c z1.f90 -fcoarray=single
$
$ gfortran-12-20211219 -c z1.f90 -fcoarray=lib
z1.f90:2:24:

    2 |    form team ('a', team)
      |                        1
internal compiler error: in gfc_conv_expr_val, at fortran/trans-expr.c:9446
0x888132 gfc_conv_expr_val(gfc_se*, gfc_expr*)
        ../../gcc/fortran/trans-expr.c:9446
0x8ce5bd gfc_trans_form_team(gfc_code*)
        ../../gcc/fortran/trans-stmt.c:744
0x854747 trans_code
        ../../gcc/fortran/trans.c:2068
0x87d6be gfc_generate_function_code(gfc_namespace*)
        ../../gcc/fortran/trans-decl.c:7644
0x80063e translate_all_program_units
        ../../gcc/fortran/parse.c:6651
0x80063e gfc_parse_file()
        ../../gcc/fortran/parse.c:6938
0x84d53f gfc_be_parse_file
        ../../gcc/fortran/f95-lang.c:216

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

end of thread, other threads:[~2023-07-08 17:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 18:19 [Bug fortran/103796] New: ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9446 gscfq@t-online.de
2021-12-22  8:45 ` [Bug fortran/103796] ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9446 since r8-6395-gf8862a1b2afad9d1 marxin at gcc dot gnu.org
2021-12-22 21:10 ` kargl at gcc dot gnu.org
2021-12-22 23:21 ` kargl at gcc dot gnu.org
2021-12-22 23:21 ` kargl at gcc dot gnu.org
2023-05-29 23:50 ` kargl at gcc dot gnu.org
2023-07-04 21:34 ` jvdelisle at gcc dot gnu.org
2023-07-07 17:50 ` sgk at troutmask dot apl.washington.edu
2023-07-07 18:19 ` anlauf at gcc dot gnu.org
2023-07-08 14:28 ` anlauf at gcc dot gnu.org
2023-07-08 17:04 ` [Bug fortran/103796] form-team-spec-list is unsupported kargl 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).