public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
@ 2020-06-30 21:37 ` cvs-commit at gcc dot gnu.org
  2020-06-30 21:44 ` anlauf at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-30 21:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 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:267f84c6035c9380c8d1e9cb83ffe299c23e3a85

commit r11-1742-g267f84c6035c9380c8d1e9cb83ffe299c23e3a85
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Jun 30 23:36:56 2020 +0200

    PR fortran/88379 - ICE with allocatable coarray, class and associate

    Catch NULL pointer dereference for ASSOCIATE on allocatable coarray
variable.

    gcc/fortran/
            PR fortran/88379
            * resolve.c (resolve_assoc_var): Avoid NULL pointer dereference.

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

* [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
  2020-06-30 21:37 ` [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750 cvs-commit at gcc dot gnu.org
@ 2020-06-30 21:44 ` anlauf at gcc dot gnu.org
  2020-06-30 21:46 ` anlauf at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-06-30 21:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from anlauf at gcc dot gnu.org ---
NULL pointer dereference fix, committed to master as obvious:

https://gcc.gnu.org/pipermail/fortran/2020-June/054665.html

Backports pending.

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

* [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
  2020-06-30 21:37 ` [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750 cvs-commit at gcc dot gnu.org
  2020-06-30 21:44 ` anlauf at gcc dot gnu.org
@ 2020-06-30 21:46 ` anlauf at gcc dot gnu.org
  2020-07-02 19:05 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-06-30 21:46 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

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

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

* [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-06-30 21:46 ` anlauf at gcc dot gnu.org
@ 2020-07-02 19:05 ` cvs-commit at gcc dot gnu.org
  2020-07-02 19:06 ` [Bug fortran/88379] [8/9 " anlauf at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 19:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 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:66640d910595faded4425cfe2729ddf9d16e457b

commit r10-8417-g66640d910595faded4425cfe2729ddf9d16e457b
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Jun 30 23:36:56 2020 +0200

    PR fortran/88379 - ICE with allocatable coarray, class and associate

    Catch NULL pointer dereference for ASSOCIATE on allocatable coarray
variable.

    gcc/fortran/
            PR fortran/88379
            * resolve.c (resolve_assoc_var): Avoid NULL pointer dereference.

    (cherry picked from commit 267f84c6035c9380c8d1e9cb83ffe299c23e3a85)

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

* [Bug fortran/88379] [8/9 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-07-02 19:05 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 19:06 ` anlauf at gcc dot gnu.org
  2020-07-05 18:28 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-07-02 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[8/9/10/11 Regression]      |[8/9 Regression] [Coarray]
                   |[Coarray] ICE with          |ICE with allocatable
                   |allocatable coarray, class  |coarray, class and
                   |and associate in            |associate in
                   |resolve_assoc_var, at       |resolve_assoc_var, at
                   |fortran/resolve.c:8750      |fortran/resolve.c:8750

--- Comment #7 from anlauf at gcc dot gnu.org ---
Fixed on master for gcc-11, and 10-branch so far.

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

* [Bug fortran/88379] [8/9 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-07-02 19:06 ` [Bug fortran/88379] [8/9 " anlauf at gcc dot gnu.org
@ 2020-07-05 18:28 ` cvs-commit at gcc dot gnu.org
  2020-07-05 18:30 ` cvs-commit at gcc dot gnu.org
  2020-07-05 18:32 ` anlauf at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-05 18:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r9-8720-g4e9e0dab7a1dd9003269a8663117135f9ad91a94
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Jun 30 23:36:56 2020 +0200

    PR fortran/88379 - ICE with allocatable coarray, class and associate

    Catch NULL pointer dereference for ASSOCIATE on allocatable coarray
variable.

    gcc/fortran/
            PR fortran/88379
            * resolve.c (resolve_assoc_var): Avoid NULL pointer dereference.

    (cherry picked from commit 267f84c6035c9380c8d1e9cb83ffe299c23e3a85)

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

* [Bug fortran/88379] [8/9 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-07-05 18:28 ` cvs-commit at gcc dot gnu.org
@ 2020-07-05 18:30 ` cvs-commit at gcc dot gnu.org
  2020-07-05 18:32 ` anlauf at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-05 18:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:56ce663146b436ff1a267ee2a9701b7d5e190e62

commit r8-10344-g56ce663146b436ff1a267ee2a9701b7d5e190e62
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Jun 30 23:36:56 2020 +0200

    PR fortran/88379 - ICE with allocatable coarray, class and associate

    Catch NULL pointer dereference for ASSOCIATE on allocatable coarray
variable.

    gcc/fortran/
            PR fortran/88379
            * resolve.c (resolve_assoc_var): Avoid NULL pointer dereference.

    (cherry picked from commit 267f84c6035c9380c8d1e9cb83ffe299c23e3a85)

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

* [Bug fortran/88379] [8/9 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750
       [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2020-07-05 18:30 ` cvs-commit at gcc dot gnu.org
@ 2020-07-05 18:32 ` anlauf at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-07-05 18:32 UTC (permalink / raw)
  To: gcc-bugs

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

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 all open branches.  Closing.

Thanks for the report!

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

end of thread, other threads:[~2020-07-05 18:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-88379-4@http.gcc.gnu.org/bugzilla/>
2020-06-30 21:37 ` [Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750 cvs-commit at gcc dot gnu.org
2020-06-30 21:44 ` anlauf at gcc dot gnu.org
2020-06-30 21:46 ` anlauf at gcc dot gnu.org
2020-07-02 19:05 ` cvs-commit at gcc dot gnu.org
2020-07-02 19:06 ` [Bug fortran/88379] [8/9 " anlauf at gcc dot gnu.org
2020-07-05 18:28 ` cvs-commit at gcc dot gnu.org
2020-07-05 18:30 ` cvs-commit at gcc dot gnu.org
2020-07-05 18:32 ` 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).