public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/93581] [9/10 Regression] ICE in gfc_get_dataptr_offset,  at fortran/trans-array.c:6951
       [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2020-04-02  9:28 ` burnus at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug fortran/93581] [9/10 Regression] ICE in gfc_get_dataptr_offset,  at fortran/trans-array.c:6951
       [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug fortran/93581] [9/10 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951 jakub at gcc dot gnu.org
@ 2020-04-02  9:28 ` burnus at gcc dot gnu.org
  2020-04-29 20:39 ` [Bug fortran/93581] [9 " anlauf at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu.org @ 2020-04-02  9:28 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Patch was submitted at
  https://gcc.gnu.org/pipermail/fortran/2020-March/054050.html

And committed as r10-7081-g9de42a8e995451cb13dceb3970ae23ff88240bff
[As far as I could see, it was not yet backported to GCC 9.]


commit 9de42a8e995451cb13dceb3970ae23ff88240bff
Author: Paul Thomas <pault@pc30.home>
Date:   Sun Mar 8 18:52:35 2020 +0000

    Patch and ChangeLogs for PR93581

+2020-03-08  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/93581
+       * resolve.c (gfc_resolve_ref): Modify array refs to be elements
+       if the ref chain ends in INQUIRY_LEN.
+       * trans-array.c (gfc_get_dataptr_offset): Provide the offsets
+       for INQUIRY_RE and INQUIRY_IM.
+
+2020-03-08  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/93581
+       * gfortran.dg/inquiry_type_ref_6.f90 : New test.
+

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

* [Bug fortran/93581] [9 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951
       [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug fortran/93581] [9/10 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951 jakub at gcc dot gnu.org
  2020-04-02  9:28 ` burnus at gcc dot gnu.org
@ 2020-04-29 20:39 ` anlauf at gcc dot gnu.org
  2020-04-30  7:53 ` pault at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-04-29 20:39 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[9/10 Regression] ICE in    |[9 Regression] ICE in
                   |gfc_get_dataptr_offset, at  |gfc_get_dataptr_offset, at
                   |fortran/trans-array.c:6951  |fortran/trans-array.c:6951

--- Comment #8 from anlauf at gcc dot gnu.org ---
(In reply to Tobias Burnus from comment #7)
> And committed as r10-7081-g9de42a8e995451cb13dceb3970ae23ff88240bff
> [As far as I could see, it was not yet backported to GCC 9.]
Thus marking a 9 regression.

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

* [Bug fortran/93581] [9 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951
       [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-29 20:39 ` [Bug fortran/93581] [9 " anlauf at gcc dot gnu.org
@ 2020-04-30  7:53 ` pault at gcc dot gnu.org
  2020-05-04 12:03 ` cvs-commit at gcc dot gnu.org
  2020-05-04 12:09 ` burnus at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2020-04-30  7:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Tobias Burnus from comment #7)
> Patch was submitted at
>   https://gcc.gnu.org/pipermail/fortran/2020-March/054050.html
> 
> And committed as r10-7081-g9de42a8e995451cb13dceb3970ae23ff88240bff
> [As far as I could see, it was not yet backported to GCC 9.]
> 
> 
> commit 9de42a8e995451cb13dceb3970ae23ff88240bff
> Author: Paul Thomas <pault@pc30.home>
> Date:   Sun Mar 8 18:52:35 2020 +0000
> 
>     Patch and ChangeLogs for PR93581
> 
> +2020-03-08  Paul Thomas  <pault@gcc.gnu.org>
> +
> +       PR fortran/93581
> +       * resolve.c (gfc_resolve_ref): Modify array refs to be elements
> +       if the ref chain ends in INQUIRY_LEN.
> +       * trans-array.c (gfc_get_dataptr_offset): Provide the offsets
> +       for INQUIRY_RE and INQUIRY_IM.
> +
> +2020-03-08  Paul Thomas  <pault@gcc.gnu.org>
> +
> +       PR fortran/93581
> +       * gfortran.dg/inquiry_type_ref_6.f90 : New test.
> +

Hi Tobias,

If you could backport it for me, I would be really grateful. I completely
screwed up my 9-branch, due to my continuing git incompetence, and have not had
time to rescue it.

Cheers

Paul

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

* [Bug fortran/93581] [9 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951
       [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-04-30  7:53 ` pault at gcc dot gnu.org
@ 2020-05-04 12:03 ` cvs-commit at gcc dot gnu.org
  2020-05-04 12:09 ` burnus at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-04 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r9-8565-gda710a35525cc7631b778fa4a5cfd20c366c01a4
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon May 4 13:47:41 2020 +0200

    ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951

     gcc/testsuite/
            Backport from mainline.
            2020-03-08  Paul Thomas  <pault@gcc.gnu.org>

            PR fortran/93581
            * resolve.c (gfc_resolve_ref): Modify array refs to be elements
            if the ref chain ends in INQUIRY_LEN.
            * trans-array.c (gfc_get_dataptr_offset): Provide the offsets
            for INQUIRY_RE and INQUIRY_IM.

    gcc/testsuite/
            Backport from mainline.
            2020-03-08  Paul Thomas  <pault@gcc.gnu.org>

            PR fortran/93581
            * gfortran.dg/inquiry_type_ref_6.f90 : New test.

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

* [Bug fortran/93581] [9 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951
       [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-05-04 12:03 ` cvs-commit at gcc dot gnu.org
@ 2020-05-04 12:09 ` burnus at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu.org @ 2020-05-04 12:09 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #11 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Now also FIXED on GCC 9. – Before it was committed to GCC mainline = GCC 10.

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

end of thread, other threads:[~2020-05-04 12:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93581-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug fortran/93581] [9/10 Regression] ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951 jakub at gcc dot gnu.org
2020-04-02  9:28 ` burnus at gcc dot gnu.org
2020-04-29 20:39 ` [Bug fortran/93581] [9 " anlauf at gcc dot gnu.org
2020-04-30  7:53 ` pault at gcc dot gnu.org
2020-05-04 12:03 ` cvs-commit at gcc dot gnu.org
2020-05-04 12:09 ` burnus 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).