public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/93794] [8/9/10 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-26 20:35 ` anlauf at gcc dot gnu.org
  2020-07-13 19:57 ` [Bug fortran/93794] [8/9/10/11 " dominiq at lps dot ens.fr
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-04-26 20:35 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

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

--- Comment #4 from anlauf at gcc dot gnu.org ---
(In reply to Paul Thomas from comment #2)
> Created attachment 47944 [details]
> Patch for the PR
> 
> The test below does the right thing and the code is as expected.
> 
> Paul
> 
> program p
>    type t
>       character(:), pointer :: a
>    end type
>    type(t) :: z
>    character(4), target :: c = 'abcd'
>    z%a => c
>    associate (y => z%a)
>       print *, y
>    end associate
> end

Paul,

are you still working on this?

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

* [Bug fortran/93794] [8/9/10/11 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
  2020-04-26 20:35 ` [Bug fortran/93794] [8/9/10 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497 anlauf at gcc dot gnu.org
@ 2020-07-13 19:57 ` dominiq at lps dot ens.fr
  2020-12-31 21:43 ` anlauf at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2020-07-13 19:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug fortran/93794] [8/9/10/11 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
  2020-04-26 20:35 ` [Bug fortran/93794] [8/9/10 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497 anlauf at gcc dot gnu.org
  2020-07-13 19:57 ` [Bug fortran/93794] [8/9/10/11 " dominiq at lps dot ens.fr
@ 2020-12-31 21:43 ` anlauf at gcc dot gnu.org
  2021-01-01  9:54 ` pault at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-12-31 21:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from anlauf at gcc dot gnu.org ---
> Paul,
> 
> are you still working on this?

Paul,

this is still one of yours...

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

* [Bug fortran/93794] [8/9/10/11 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-12-31 21:43 ` anlauf at gcc dot gnu.org
@ 2021-01-01  9:54 ` pault at gcc dot gnu.org
  2021-01-01 16:19 ` anlauf at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: pault at gcc dot gnu.org @ 2021-01-01  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to anlauf from comment #5)
> > Paul,
> > 
> > are you still working on this?
> 
> Paul,
> 
> this is still one of yours...

Hi Harald,

Hah! I am probably a week or two from getting to it. I have been working my way
through a backlog but have been held up for some days by unlimited polymorphic
issues: see https://groups.google.com/u/1/g/comp.lang.fortran/c/Ybasfal3YC4 I
will be posting a interpretation query today.

If you want to take this over, please do so. Please let me know because I have
put it in my active PRs spreadsheet.

Happy New Year to both of you

Paul

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

* [Bug fortran/93794] [8/9/10/11 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-01-01  9:54 ` pault at gcc dot gnu.org
@ 2021-01-01 16:19 ` anlauf at gcc dot gnu.org
  2021-01-08 10:15 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-01-01 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from anlauf at gcc dot gnu.org ---
(In reply to Paul Thomas from comment #6)
> Hah! I am probably a week or two from getting to it. I have been working my
> way through a backlog but have been held up for some days by unlimited
> polymorphic issues: see
> https://groups.google.com/u/1/g/comp.lang.fortran/c/Ybasfal3YC4 I will be
> posting a interpretation query today.
> 
> If you want to take this over, please do so. Please let me know because I
> have put it in my active PRs spreadsheet.

Hi Paul,

now that I know you're so well organized, I'll leave that one to you. ;-)

Just wanting to make sure this one does not miss another release date...

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

* [Bug fortran/93794] [8/9/10/11 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-01-01 16:19 ` anlauf at gcc dot gnu.org
@ 2021-01-08 10:15 ` cvs-commit at gcc dot gnu.org
  2021-05-14  9:52 ` [Bug fortran/93794] [9/10/11/12 " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-08 10:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 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:21c1a30fc73105af50c5e717cb99dc3becabf8fa

commit r11-6539-g21c1a30fc73105af50c5e717cb99dc3becabf8fa
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Fri Jan 8 10:15:22 2021 +0000

    Fortran: Allow pointer deferred length associate selectors. [PR93794]

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

    gcc/fortran
            PR fortran/93794
            * trans-expr.c (gfc_conv_component_ref): Remove the condition
            that deferred character length components only be allocatable.

    gcc/testsuite/
            PR fortran/93794
            * gfortran.dg/deferred_character_35.f90 : New test.

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

* [Bug fortran/93794] [9/10/11/12 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-01-08 10:15 ` cvs-commit at gcc dot gnu.org
@ 2021-05-14  9:52 ` jakub at gcc dot gnu.org
  2021-06-01  8:16 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug fortran/93794] [9/10/11/12 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2021-05-14  9:52 ` [Bug fortran/93794] [9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-06-01  8:16 ` rguenth at gcc dot gnu.org
  2021-08-28 19:49 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #10 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] 12+ messages in thread

* [Bug fortran/93794] [9/10/11/12 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2021-06-01  8:16 ` rguenth at gcc dot gnu.org
@ 2021-08-28 19:49 ` cvs-commit at gcc dot gnu.org
  2021-08-28 19:51 ` [Bug fortran/93794] [9 " anlauf at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-08-28 19:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 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:803918dc6da9b7c88cc97635fc8a21bbd805a120

commit r10-10076-g803918dc6da9b7c88cc97635fc8a21bbd805a120
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Fri Jan 8 10:15:22 2021 +0000

    Fortran: Allow pointer deferred length associate selectors. [PR93794]

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

    gcc/fortran
            PR fortran/93794
            * trans-expr.c (gfc_conv_component_ref): Remove the condition
            that deferred character length components only be allocatable.

    gcc/testsuite/
            PR fortran/93794
            * gfortran.dg/deferred_character_35.f90 : New test.

    (cherry picked from commit 21c1a30fc73105af50c5e717cb99dc3becabf8fa)

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

* [Bug fortran/93794] [9 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2021-08-28 19:49 ` cvs-commit at gcc dot gnu.org
@ 2021-08-28 19:51 ` anlauf at gcc dot gnu.org
  2021-09-06 18:39 ` cvs-commit at gcc dot gnu.org
  2021-09-06 18:40 ` anlauf at gcc dot gnu.org
  11 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-08-28 19:51 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[9/10/11/12 Regression] ICE |[9 Regression] ICE in
                   |in gfc_conv_component_ref,  |gfc_conv_component_ref, at
                   |at                          |fortran/trans-expr.c:2497
                   |fortran/trans-expr.c:2497   |

--- Comment #12 from anlauf at gcc dot gnu.org ---
Cherry-picked to 10-branch for Paul after verifying that it fixes the issue.

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

* [Bug fortran/93794] [9 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2021-08-28 19:51 ` [Bug fortran/93794] [9 " anlauf at gcc dot gnu.org
@ 2021-09-06 18:39 ` cvs-commit at gcc dot gnu.org
  2021-09-06 18:40 ` anlauf at gcc dot gnu.org
  11 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-06 18:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 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:5bfb794ae1bef72e251b5aa7274e79b3034bb1bc

commit r9-9709-g5bfb794ae1bef72e251b5aa7274e79b3034bb1bc
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Fri Jan 8 10:15:22 2021 +0000

    Fortran: Allow pointer deferred length associate selectors. [PR93794]

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

    gcc/fortran
            PR fortran/93794
            * trans-expr.c (gfc_conv_component_ref): Remove the condition
            that deferred character length components only be allocatable.

    gcc/testsuite/
            PR fortran/93794
            * gfortran.dg/deferred_character_35.f90 : New test.

    (cherry picked from commit 21c1a30fc73105af50c5e717cb99dc3becabf8fa)

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

* [Bug fortran/93794] [9 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497
       [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2021-09-06 18:39 ` cvs-commit at gcc dot gnu.org
@ 2021-09-06 18:40 ` anlauf at gcc dot gnu.org
  11 siblings, 0 replies; 12+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-09-06 18:40 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

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

--- Comment #14 from anlauf at gcc dot gnu.org ---
Fixed on all open branches.  Closing.

Thanks for the report!

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

end of thread, other threads:[~2021-09-06 18:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93794-4@http.gcc.gnu.org/bugzilla/>
2020-04-26 20:35 ` [Bug fortran/93794] [8/9/10 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497 anlauf at gcc dot gnu.org
2020-07-13 19:57 ` [Bug fortran/93794] [8/9/10/11 " dominiq at lps dot ens.fr
2020-12-31 21:43 ` anlauf at gcc dot gnu.org
2021-01-01  9:54 ` pault at gcc dot gnu.org
2021-01-01 16:19 ` anlauf at gcc dot gnu.org
2021-01-08 10:15 ` cvs-commit at gcc dot gnu.org
2021-05-14  9:52 ` [Bug fortran/93794] [9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:16 ` rguenth at gcc dot gnu.org
2021-08-28 19:49 ` cvs-commit at gcc dot gnu.org
2021-08-28 19:51 ` [Bug fortran/93794] [9 " anlauf at gcc dot gnu.org
2021-09-06 18:39 ` cvs-commit at gcc dot gnu.org
2021-09-06 18:40 ` 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).