public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422
@ 2021-10-18 18:23 gscfq@t-online.de
  2021-10-18 18:24 ` [Bug fortran/102817] " gscfq@t-online.de
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: gscfq@t-online.de @ 2021-10-18 18:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102817
           Summary: [12 Regression] ICE in gfc_clear_shape, at
                    fortran/expr.c:422
           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 between 20211003 and 20211010 :


$ cat z1.f90
program p
   type t
      integer :: a(1,2) = 3
   end type
   type(t), parameter :: x(1) = t(4)
   integer :: y(1,2)
   y = (x(1)%a)
   print *, y
end


$ gfortran-12-20211003 -c z1.f90
$
$ gfortran-12-20211017 -c z1.f90
f951: internal compiler error: Segmentation fault
0xd47e4f crash_signal
        ../../gcc/toplev.c:322
0x798d1b gfc_clear_shape(__mpz_struct (*) [1], int)
        ../../gcc/fortran/expr.c:422
0x798d1b gfc_free_shape(__mpz_struct (**) [1], int)
        ../../gcc/fortran/expr.c:432
0x798e3d free_expr0
        ../../gcc/fortran/expr.c:513
0x798ff0 gfc_replace_expr(gfc_expr*, gfc_expr*)
        ../../gcc/fortran/expr.c:626
0x79c768 simplify_const_ref
        ../../gcc/fortran/expr.c:1999
0x79ce5e gfc_simplify_expr(gfc_expr*, int)
        ../../gcc/fortran/expr.c:2312
0x79d0ab simplify_parameter_variable
        ../../gcc/fortran/expr.c:2141
0x79ce2d gfc_simplify_expr(gfc_expr*, int)
        ../../gcc/fortran/expr.c:2279
0x79c9a6 simplify_intrinsic_op
        ../../gcc/fortran/expr.c:1188
0x79c9a6 gfc_simplify_expr(gfc_expr*, int)
        ../../gcc/fortran/expr.c:2268
0x80bb79 resolve_operator
        ../../gcc/fortran/resolve.c:4470
0x80807f gfc_resolve_expr(gfc_expr*)
        ../../gcc/fortran/resolve.c:7136
0x810aa4 gfc_resolve_expr(gfc_expr*)
        ../../gcc/fortran/resolve.c:11806
0x810aa4 gfc_resolve_code(gfc_code*, gfc_namespace*)
        ../../gcc/fortran/resolve.c:11908
0x812097 resolve_codes
        ../../gcc/fortran/resolve.c:17512
0x81215e gfc_resolve(gfc_namespace*)
        ../../gcc/fortran/resolve.c:17547
0x7fa494 resolve_all_program_units
        ../../gcc/fortran/parse.c:6519
0x7fa494 gfc_parse_file()
        ../../gcc/fortran/parse.c:6771
0x8476bf gfc_be_parse_file
        ../../gcc/fortran/f95-lang.c:216

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
@ 2021-10-18 18:24 ` gscfq@t-online.de
  2021-10-19  7:35 ` [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79 marxin at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gscfq@t-online.de @ 2021-10-18 18:24 UTC (permalink / raw)
  To: gcc-bugs

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

G. Steinmetz <gscfq@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

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

This variant still works :


$ cat z2.f90
program p
   type t
      integer :: a(1,2) = 3
   end type
   type(t), parameter :: x(1) = t(4)
   integer :: y(1,2)
   y = x(1)%a
   print *, y
end


$ gfortran-12-20211017 z2.f90 && ./a.out
           4           4
$

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
  2021-10-18 18:24 ` [Bug fortran/102817] " gscfq@t-online.de
@ 2021-10-19  7:35 ` marxin at gcc dot gnu.org
  2021-10-19  7:41 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-10-19  7:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[12 Regression] ICE in      |[12 Regression] ICE in
                   |gfc_clear_shape, at         |gfc_clear_shape, at
                   |fortran/expr.c:422          |fortran/expr.c:422 since
                   |                            |r12-4278-g74ccca380cde5e79
   Last reconfirmed|                            |2021-10-19
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |anlauf at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r12-4278-g74ccca380cde5e79 with:

$ valgrind --trace-children=yes gfortran pr102817.f90 -c
==19067== Memcheck, a memory error detector
==19067== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==19067== Using Valgrind-3.17.0.GIT and LibVEX; rerun with -h for copyright
info
==19067== Command: gfortran pr102817.f90 -c
==19067== 
==19074== Memcheck, a memory error detector
==19074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==19074== Using Valgrind-3.17.0.GIT and LibVEX; rerun with -h for copyright
info
==19074== Command:
/home/marxin/bin/gcc/libexec/gcc/x86_64-pc-linux-gnu/12.0.0/f951 pr102817.f90
-quiet -dumpbase pr102817.f90 -dumpbase-ext .f90 -mtune=generic -march=x86-64
-fintrinsic-modules-path
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/12.0.0/finclude
-fpre-include=/usr/include/finclude/math-vector-fortran.h -o /tmp/ccfJ3EKQ.s
==19074== 
==19074== Invalid read of size 4
==19074==    at 0x4B52590: __gmpz_clear (clear.c:38)
==19074==    by 0x8F92DB: gfc_clear_shape(__mpz_struct (*) [1], int)
(expr.c:422)
==19074==    by 0x8F9314: gfc_free_shape(__mpz_struct (**) [1], int)
(expr.c:432)
==19074==    by 0x8F9417: free_expr0(gfc_expr*) (expr.c:513)
==19074==    by 0x8F95E4: gfc_replace_expr(gfc_expr*, gfc_expr*) (expr.c:626)
==19074==    by 0x8FE3F2: remove_subobject_ref (expr.c:1483)
==19074==    by 0x8FE3F2: simplify_const_ref(gfc_expr*) (expr.c:2001)
==19074==    by 0x8FEE71: gfc_simplify_expr(gfc_expr*, int) (expr.c:2314)
==19074==    by 0x8FF267: simplify_parameter_variable(gfc_expr*, int) [clone
.part.0] (expr.c:2143)
==19074==    by 0x8FF0D0: simplify_parameter_variable (expr.c:2086)
==19074==    by 0x8FF0D0: gfc_simplify_expr(gfc_expr*, int) (expr.c:2281)
==19074==    by 0x8FEBE6: simplify_intrinsic_op (expr.c:1190)
==19074==    by 0x8FEBE6: gfc_simplify_expr(gfc_expr*, int) (expr.c:2270)
==19074==    by 0x97EFD1: resolve_operator(gfc_expr*) (resolve.c:4470)
==19074==    by 0x97B777: gfc_resolve_expr (resolve.c:7136)
==19074==    by 0x97B777: gfc_resolve_expr(gfc_expr*) (resolve.c:7105)
==19074==  Address 0x51a4450 is 0 bytes after a block of size 16 alloc'd
==19074==    at 0x484315C: calloc (vg_replace_malloc.c:1117)
==19074==    by 0x1EA2BD4: xcalloc (xmalloc.c:164)
==19074==    by 0x8F9A35: gfc_copy_shape(__mpz_struct (*) [1], int)
(expr.c:814)
==19074==    by 0x8F9BC3: gfc_copy_expr(gfc_expr*) (expr.c:405)
==19074==    by 0x8FF2C8: simplify_parameter_variable(gfc_expr*, int) [clone
.part.0] (expr.c:2127)
==19074==    by 0x8FF0D0: simplify_parameter_variable (expr.c:2086)
==19074==    by 0x8FF0D0: gfc_simplify_expr(gfc_expr*, int) (expr.c:2281)
==19074==    by 0x8FEBE6: simplify_intrinsic_op (expr.c:1190)
==19074==    by 0x8FEBE6: gfc_simplify_expr(gfc_expr*, int) (expr.c:2270)
==19074==    by 0x97EFD1: resolve_operator(gfc_expr*) (resolve.c:4470)
==19074==    by 0x97B777: gfc_resolve_expr (resolve.c:7136)
==19074==    by 0x97B777: gfc_resolve_expr(gfc_expr*) (resolve.c:7105)
==19074==    by 0x986732: gfc_resolve_code(gfc_code*, gfc_namespace*)
(resolve.c:11908)
==19074==    by 0x98ADA1: resolve_codes(gfc_namespace*) (resolve.c:17512)
==19074==    by 0x975E38: gfc_resolve (resolve.c:17547)
==19074==    by 0x975E38: gfc_resolve(gfc_namespace*) (resolve.c:17526)

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
  2021-10-18 18:24 ` [Bug fortran/102817] " gscfq@t-online.de
  2021-10-19  7:35 ` [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79 marxin at gcc dot gnu.org
@ 2021-10-19  7:41 ` rguenth at gcc dot gnu.org
  2021-10-22 21:32 ` anlauf at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-10-19  7:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
   Target Milestone|---                         |12.0

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (2 preceding siblings ...)
  2021-10-19  7:41 ` rguenth at gcc dot gnu.org
@ 2021-10-22 21:32 ` anlauf at gcc dot gnu.org
  2021-10-22 21:35 ` anlauf at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-10-22 21:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from anlauf at gcc dot gnu.org ---
Strange.  We happen to call gfc_free_shape with inconsistent data:

(gdb) p rank
$84 = 2
(gdb) p shape[1]
$85 = (mpz_t *) 0x0

Not good.

Interestingly the following works:

  integer :: z(1,2) = (x(1)%a)

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (3 preceding siblings ...)
  2021-10-22 21:32 ` anlauf at gcc dot gnu.org
@ 2021-10-22 21:35 ` anlauf at gcc dot gnu.org
  2021-11-01 20:27 ` anlauf at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-10-22 21:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from anlauf at gcc dot gnu.org ---
Furthermore the "scalar" variants work:

...
  type(t), parameter :: u    = t(4)
...
  y = (u%a)
...

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (4 preceding siblings ...)
  2021-10-22 21:35 ` anlauf at gcc dot gnu.org
@ 2021-11-01 20:27 ` anlauf at gcc dot gnu.org
  2021-11-01 21:40 ` anlauf at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-11-01 20:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from anlauf at gcc dot gnu.org ---
I'm testing the following fix:

diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c
index 4dea840e348..c5360dfaede 100644
--- a/gcc/fortran/expr.c
+++ b/gcc/fortran/expr.c
@@ -2129,6 +2129,7 @@ simplify_parameter_variable (gfc_expr *p, int type)
        return false;

       e->rank = p->rank;
+      e->shape = gfc_copy_shape (p->shape, p->rank);

       if (e->ts.type == BT_CHARACTER && p->ts.u.cl)
        e->ts = p->ts;

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (5 preceding siblings ...)
  2021-11-01 20:27 ` anlauf at gcc dot gnu.org
@ 2021-11-01 21:40 ` anlauf at gcc dot gnu.org
  2021-11-05 22:50 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-11-01 21:40 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |anlauf at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #6 from anlauf at gcc dot gnu.org ---
Submitted: https://gcc.gnu.org/pipermail/fortran/2021-November/056914.html

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (6 preceding siblings ...)
  2021-11-01 21:40 ` anlauf at gcc dot gnu.org
@ 2021-11-05 22:50 ` cvs-commit at gcc dot gnu.org
  2021-11-07 20:54 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-05 22:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:bcf3728abe8488882922005166d3065fc5fdfea1

commit r12-4967-gbcf3728abe8488882922005166d3065fc5fdfea1
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Fri Nov 5 23:48:20 2021 +0100

    Fortran: fix simplification of array-valued parameter expressions

    gcc/fortran/ChangeLog:

            PR fortran/102817
            * expr.c (simplify_parameter_variable): Copy shape of referenced
            subobject when simplifying.

    gcc/testsuite/ChangeLog:

            PR fortran/102817
            * gfortran.dg/pr102817.f90: New test.

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (7 preceding siblings ...)
  2021-11-05 22:50 ` cvs-commit at gcc dot gnu.org
@ 2021-11-07 20:54 ` cvs-commit at gcc dot gnu.org
  2021-11-13 20:15 ` cvs-commit at gcc dot gnu.org
  2021-11-13 20:17 ` anlauf at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-07 20:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:907fd5049735ed1bd17e221db5a812dedee5dfc8

commit r11-9214-g907fd5049735ed1bd17e221db5a812dedee5dfc8
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Fri Nov 5 23:48:20 2021 +0100

    Fortran: fix simplification of array-valued parameter expressions

    gcc/fortran/ChangeLog:

            PR fortran/102817
            * expr.c (simplify_parameter_variable): Copy shape of referenced
            subobject when simplifying.

    gcc/testsuite/ChangeLog:

            PR fortran/102817
            * gfortran.dg/pr102817.f90: New test.

    (cherry picked from commit bcf3728abe8488882922005166d3065fc5fdfea1)

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (8 preceding siblings ...)
  2021-11-07 20:54 ` cvs-commit at gcc dot gnu.org
@ 2021-11-13 20:15 ` cvs-commit at gcc dot gnu.org
  2021-11-13 20:17 ` anlauf at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-13 20:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:4b99f0c90f272c5cd94af20f15b95ba702fa0aa6

commit r10-10268-g4b99f0c90f272c5cd94af20f15b95ba702fa0aa6
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Fri Nov 5 23:48:20 2021 +0100

    Fortran: fix simplification of array-valued parameter expressions

    gcc/fortran/ChangeLog:

            PR fortran/102817
            * expr.c (simplify_parameter_variable): Copy shape of referenced
            subobject when simplifying.

    gcc/testsuite/ChangeLog:

            PR fortran/102817
            * gfortran.dg/pr102817.f90: New test.

    (cherry picked from commit bcf3728abe8488882922005166d3065fc5fdfea1)

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

* [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79
  2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
                   ` (9 preceding siblings ...)
  2021-11-13 20:15 ` cvs-commit at gcc dot gnu.org
@ 2021-11-13 20:17 ` anlauf at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-11-13 20:17 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

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

--- Comment #10 from anlauf at gcc dot gnu.org ---
Fixed on mainline for gcc-12, and on 11- and 10-branch.  Closing.

Thanks for the report!

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

end of thread, other threads:[~2021-11-13 20:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 18:23 [Bug fortran/102817] New: [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 gscfq@t-online.de
2021-10-18 18:24 ` [Bug fortran/102817] " gscfq@t-online.de
2021-10-19  7:35 ` [Bug fortran/102817] [12 Regression] ICE in gfc_clear_shape, at fortran/expr.c:422 since r12-4278-g74ccca380cde5e79 marxin at gcc dot gnu.org
2021-10-19  7:41 ` rguenth at gcc dot gnu.org
2021-10-22 21:32 ` anlauf at gcc dot gnu.org
2021-10-22 21:35 ` anlauf at gcc dot gnu.org
2021-11-01 20:27 ` anlauf at gcc dot gnu.org
2021-11-01 21:40 ` anlauf at gcc dot gnu.org
2021-11-05 22:50 ` cvs-commit at gcc dot gnu.org
2021-11-07 20:54 ` cvs-commit at gcc dot gnu.org
2021-11-13 20:15 ` cvs-commit at gcc dot gnu.org
2021-11-13 20:17 ` anlauf 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).