public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/84245] [8/9/10/11 Regression] ICE in delete_root, at fortran/bbt.c:150
       [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
@ 2020-06-09 17:28 ` gscfq@t-online.de
  2021-05-14  9:49 ` [Bug fortran/84245] [9/10/11/12 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: gscfq@t-online.de @ 2020-06-09 17:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from G. Steinmetz <gscfq@t-online.de> ---

A few more disrupted cases :

$ cat z03.f90
select type (n%&

$ cat z04.f90
select type (n%m&

$ cat z05.f90
select type (n(

$ cat z06.f90
select type (n(&

$ cat z07.f90
select type (n(m

$ cat z08.f90
select type (n(m&

$ cat z09.f90
select type (n(:

$ cat z10.f90
select type (n[&

$ cat z11.f90
select type (n[1]

$ cat z12.f90
select type (n[m

$ cat z14.f90
select type ((n

$ cat z15.f90
select type ([n

$ cat z16.f90
select type (n==


$ gfortran-11-20200607 -c z05.f90
f951: internal compiler error: Segmentation fault
0xbc593f crash_signal
     ../../gcc/toplev.c:328
0x6ef109 gfc_find_symtree(gfc_symtree*, char const*)
     ../../gcc/fortran/symbol.c:2976
0x6ef171 gfc_delete_symtree(gfc_symtree**, char const*)
     ../../gcc/fortran/symbol.c:2957
0x6f0876 gfc_restore_last_undo_checkpoint()
     ../../gcc/fortran/symbol.c:3698
0x6a8157 reject_statement
     ../../gcc/fortran/parse.c:2633
0x6ab744 match_word
     ../../gcc/fortran/parse.c:70
0x6ab744 decode_statement
     ../../gcc/fortran/parse.c:428
0x6acf5a next_free
     ../../gcc/fortran/parse.c:1279
0x6acf5a next_statement
     ../../gcc/fortran/parse.c:1511
0x6b2708 gfc_parse_file()
     ../../gcc/fortran/parse.c:6375
0x6feb3f gfc_be_parse_file
     ../../gcc/fortran/f95-lang.c:212

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

* [Bug fortran/84245] [9/10/11/12 Regression] ICE in delete_root, at fortran/bbt.c:150
       [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
  2020-06-09 17:28 ` [Bug fortran/84245] [8/9/10/11 Regression] ICE in delete_root, at fortran/bbt.c:150 gscfq@t-online.de
@ 2021-05-14  9:49 ` jakub at gcc dot gnu.org
  2021-06-01  8:10 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:49 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug fortran/84245] [9/10/11/12 Regression] ICE in delete_root, at fortran/bbt.c:150
       [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
  2020-06-09 17:28 ` [Bug fortran/84245] [8/9/10/11 Regression] ICE in delete_root, at fortran/bbt.c:150 gscfq@t-online.de
  2021-05-14  9:49 ` [Bug fortran/84245] [9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-06-01  8:10 ` rguenth at gcc dot gnu.org
  2022-05-27  9:38 ` [Bug fortran/84245] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:10 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug fortran/84245] [10/11/12/13 Regression] ICE in delete_root, at fortran/bbt.c:150
       [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-06-01  8:10 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:38 ` rguenth at gcc dot gnu.org
  2022-06-28 10:34 ` jakub at gcc dot gnu.org
  2023-07-07 10:33 ` [Bug fortran/84245] [11/12/13/14 " rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:38 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug fortran/84245] [10/11/12/13 Regression] ICE in delete_root, at fortran/bbt.c:150
       [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-05-27  9:38 ` [Bug fortran/84245] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:34 ` jakub at gcc dot gnu.org
  2023-07-07 10:33 ` [Bug fortran/84245] [11/12/13/14 " rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug fortran/84245] [11/12/13/14 Regression] ICE in delete_root, at fortran/bbt.c:150
       [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-06-28 10:34 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:33 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:33 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

end of thread, other threads:[~2023-07-07 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-84245-4@http.gcc.gnu.org/bugzilla/>
2020-06-09 17:28 ` [Bug fortran/84245] [8/9/10/11 Regression] ICE in delete_root, at fortran/bbt.c:150 gscfq@t-online.de
2021-05-14  9:49 ` [Bug fortran/84245] [9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:10 ` rguenth at gcc dot gnu.org
2022-05-27  9:38 ` [Bug fortran/84245] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:34 ` jakub at gcc dot gnu.org
2023-07-07 10:33 ` [Bug fortran/84245] [11/12/13/14 " rguenth 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).