public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/95067] New: [10/11 Regression] ICE in tree_fits_shwi_p,  at tree.c:7262
@ 2020-05-11 18:51 gscfq@t-online.de
  2020-05-12  6:54 ` [Bug fortran/95067] [9/10/11 " marxin at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gscfq@t-online.de @ 2020-05-11 18:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95067
           Summary: [10/11 Regression] ICE in tree_fits_shwi_p, at
                    tree.c:7262
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Changed between 20190526 and 20190602, with option -gstabs :


$ cat z1.f90
program p
   character(:), allocatable :: a
   character(3) :: b[*]
   a = 'abc'
   b[1] = a
end


$ gfortran-9 -c z1.f90 -fcoarray=lib -O2 -gstabs
$
$ gfortran-11-20200510 -c z1.f90 -fcoarray=lib -O2 -gstabs
during RTL pass: final
z1.f90:6:0:

    6 | end
      |
internal compiler error: Segmentation fault
0xbb93cf crash_signal
        ../../gcc/toplev.c:328
0xe0d447 tree_fits_shwi_p(tree_node const*)
        ../../gcc/tree.c:7262
0x815e82 dbxout_range_type
        ../../gcc/dbxout.c:1740
0x81556a dbxout_type
        ../../gcc/dbxout.c:2042
0x8141d4 dbxout_type
        ../../gcc/dbxout.c:2334
0x8161fe dbxout_symbol_location
        ../../gcc/dbxout.c:3246
0x816f00 dbxout_symbol(tree_node*, int)
        ../../gcc/dbxout.c:2972
0x817f2e dbxout_syms(tree_node*)
        ../../gcc/dbxout.c:3428
0x81808c dbxout_block
        ../../gcc/dbxout.c:3791
0x8182a3 dbxout_function_decl
        ../../gcc/dbxout.c:1388
0x8d9399 rest_of_handle_final
        ../../gcc/final.c:4694
0x8d9399 execute
        ../../gcc/final.c:4736

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

end of thread, other threads:[~2022-12-01  1:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 18:51 [Bug fortran/95067] New: [10/11 Regression] ICE in tree_fits_shwi_p, at tree.c:7262 gscfq@t-online.de
2020-05-12  6:54 ` [Bug fortran/95067] [9/10/11 " marxin at gcc dot gnu.org
2020-05-12  7:03 ` rguenth at gcc dot gnu.org
2020-06-20 19:13 ` anlauf at gcc dot gnu.org
2021-06-01  8:17 ` [Bug fortran/95067] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:42 ` [Bug fortran/95067] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:40 ` jakub at gcc dot gnu.org
2022-12-01  1:46 ` pinskia 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).