public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-11 10:37 ` pault at gcc dot gnu.org
  2020-07-13 19:54 ` dominiq at lps dot ens.fr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pault at gcc dot gnu.org @ 2020-03-11 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-03-11
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |pault at gcc dot gnu.org

--- Comment #1 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 48017
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48017&action=edit
Patch for the PR

The attached patch is regression testing as I write.

Thanks for flagging up the bug.

Paul

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

* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
  2020-03-11 10:37 ` [Bug fortran/93701] ICE on associate of wrongly accessed array pault at gcc dot gnu.org
@ 2020-07-13 19:54 ` dominiq at lps dot ens.fr
  2021-01-07 17:35 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dominiq at lps dot ens.fr @ 2020-07-13 19:54 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
  2020-03-11 10:37 ` [Bug fortran/93701] ICE on associate of wrongly accessed array pault at gcc dot gnu.org
  2020-07-13 19:54 ` dominiq at lps dot ens.fr
@ 2021-01-07 17:35 ` cvs-commit at gcc dot gnu.org
  2021-09-10 20:05 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-07 17:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Paul Thomas <pault@gcc.gnu.org>:

https://gcc.gnu.org/g:85fb1d7d5f44a81a52015d58ebe67765faabfd35

commit r11-6523-g85fb1d7d5f44a81a52015d58ebe67765faabfd35
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Thu Jan 7 17:34:49 2021 +0000

    Fortran: Improve resolution of associate variables. [PR93701].

    2021-01-07  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/93701
            * resolve.c (find_array_spec): Put static prototype for
            resolve_assoc_var before this function and call for associate
            variables.

    gcc/testsuite/
            PR fortran/93701
            * gfortran.dg/associate_54.f90: New test.
            * gfortran.dg/associate_55.f90: New test.
            * gfortran.dg/associate_56.f90: New test.

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

* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-01-07 17:35 ` cvs-commit at gcc dot gnu.org
@ 2021-09-10 20:05 ` cvs-commit at gcc dot gnu.org
  2021-09-10 20:06 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-10 20:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 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:56defe319186a21dc37e50db8d71185bce332506

commit r10-10108-g56defe319186a21dc37e50db8d71185bce332506
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Thu Jan 7 17:34:49 2021 +0000

    Fortran: Improve resolution of associate variables. [PR93701].

    2021-01-07  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/93701
            * resolve.c (find_array_spec): Put static prototype for
            resolve_assoc_var before this function and call for associate
            variables.

    gcc/testsuite/
            PR fortran/93701
            * gfortran.dg/associate_54.f90: New test.
            * gfortran.dg/associate_55.f90: New test.
            * gfortran.dg/associate_56.f90: New test.

    (cherry picked from commit 85fb1d7d5f44a81a52015d58ebe67765faabfd35)

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

* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-09-10 20:05 ` cvs-commit at gcc dot gnu.org
@ 2021-09-10 20:06 ` cvs-commit at gcc dot gnu.org
  2021-09-10 20:08 ` anlauf at gcc dot gnu.org
  2021-09-11  6:42 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-10 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

commit r9-9720-gacfdc0b662e8ed7d850ef42215b2436df720ca5f
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Thu Jan 7 17:34:49 2021 +0000

    Fortran: Improve resolution of associate variables. [PR93701].

    2021-01-07  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/93701
            * resolve.c (find_array_spec): Put static prototype for
            resolve_assoc_var before this function and call for associate
            variables.

    gcc/testsuite/
            PR fortran/93701
            * gfortran.dg/associate_54.f90: New test.
            * gfortran.dg/associate_55.f90: New test.
            * gfortran.dg/associate_56.f90: New test.

    (cherry picked from commit 85fb1d7d5f44a81a52015d58ebe67765faabfd35)

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

* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-09-10 20:06 ` cvs-commit at gcc dot gnu.org
@ 2021-09-10 20:08 ` anlauf at gcc dot gnu.org
  2021-09-11  6:42 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-09-10 20:08 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |anlauf at gcc dot gnu.org

--- Comment #5 from anlauf at gcc dot gnu.org ---
Backported to remaining open branches after verifying that the fix works.
Closing.

Thanks to all!

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

* [Bug fortran/93701] ICE on associate of wrongly accessed array
       [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-09-10 20:08 ` anlauf at gcc dot gnu.org
@ 2021-09-11  6:42 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-11  6:42 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

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

end of thread, other threads:[~2021-09-11  6:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93701-4@http.gcc.gnu.org/bugzilla/>
2020-03-11 10:37 ` [Bug fortran/93701] ICE on associate of wrongly accessed array pault at gcc dot gnu.org
2020-07-13 19:54 ` dominiq at lps dot ens.fr
2021-01-07 17:35 ` cvs-commit at gcc dot gnu.org
2021-09-10 20:05 ` cvs-commit at gcc dot gnu.org
2021-09-10 20:06 ` cvs-commit at gcc dot gnu.org
2021-09-10 20:08 ` anlauf at gcc dot gnu.org
2021-09-11  6:42 ` 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).