public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/93833] [8/9/10 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-02  9:29 ` burnus at gcc dot gnu.org
  2020-05-06 13:11 ` [Bug fortran/93833] [8/9/10/11 " markeggleston at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2020-04-02  9:29 UTC (permalink / raw)
  To: gcc-bugs

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

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/054072.html
but the new mailing had stripped off the 'text/x-patch' MIME type back then.

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
  2020-04-02  9:29 ` [Bug fortran/93833] [8/9/10 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566 burnus at gcc dot gnu.org
@ 2020-05-06 13:11 ` markeggleston at gcc dot gnu.org
  2020-07-13 19:56 ` dominiq at lps dot ens.fr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: markeggleston at gcc dot gnu.org @ 2020-05-06 13:11 UTC (permalink / raw)
  To: gcc-bugs

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

markeggleston at gcc dot gnu.org changed:

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

--- Comment #8 from markeggleston at gcc dot gnu.org ---
As noted by Tobias:

  Patch was submitted
    at https://gcc.gnu.org/pipermail/fortran/2020-March/054072.html
  but the new mailing had stripped off the 'text/x-patch' MIME type back then.

Is the patch going to be resubmitted?

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
  2020-04-02  9:29 ` [Bug fortran/93833] [8/9/10 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566 burnus at gcc dot gnu.org
  2020-05-06 13:11 ` [Bug fortran/93833] [8/9/10/11 " markeggleston at gcc dot gnu.org
@ 2020-07-13 19:56 ` dominiq at lps dot ens.fr
  2020-12-28 11:16 ` pault at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2020-07-13 19:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-13 19:56 ` dominiq at lps dot ens.fr
@ 2020-12-28 11:16 ` pault at gcc dot gnu.org
  2020-12-29 17:37 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pault at gcc dot gnu.org @ 2020-12-28 11:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to markeggleston from comment #8)
> As noted by Tobias:
> 
>   Patch was submitted
>     at https://gcc.gnu.org/pipermail/fortran/2020-March/054072.html
>   but the new mailing had stripped off the 'text/x-patch' MIME type back
> then.
> 
> Is the patch going to be resubmitted?

Mark & Tobias,

Yes, it will be resubmitted today.

Paul

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-12-28 11:16 ` pault at gcc dot gnu.org
@ 2020-12-29 17:37 ` cvs-commit at gcc dot gnu.org
  2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-12-29 17:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 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:feae0af82753e06fbff6103da5fbb3b28e1ddbd7

commit r11-6364-gfeae0af82753e06fbff6103da5fbb3b28e1ddbd7
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Tue Dec 29 17:37:25 2020 +0000

    Fortran: Fix deferred character lengths in array constructors [PR93833].

    2020-12-29  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/93833
            * trans-array.c (get_array_ctor_var_strlen): If the character
            length backend_decl cannot be found, convert the expression and
            use the string length. Clear up some minor white space issues
            in the rest of the file.

    gcc/testsuite/
            PR fortran/93833
            * gfortran.dg/deferred_character_36.f90 : New test.

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-12-29 17:37 ` cvs-commit at gcc dot gnu.org
@ 2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
  2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
  2021-01-25  9:03 ` pault at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-25  8:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:75d3d65641e1724d492816bd380587df486209c0

commit r10-9295-g75d3d65641e1724d492816bd380587df486209c0
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Tue Dec 29 17:37:25 2020 +0000

    Fortran: Fix deferred character lengths in array constructors [PR93833].

    2020-12-29  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/93833
            * trans-array.c (get_array_ctor_var_strlen): If the character
            length backend_decl cannot be found, convert the expression and
            use the string length. Clear up some minor white space issues
            in the rest of the file.

    gcc/testsuite/
            PR fortran/93833
            * gfortran.dg/deferred_character_36.f90 : New test.

    (cherry picked from commit feae0af82753e06fbff6103da5fbb3b28e1ddbd7)

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
@ 2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
  2021-01-25  9:03 ` pault at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-25  8:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r9-9201-gf6adbc3702edb4b6931731282fe4b2350eba1e0d
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Tue Dec 29 17:37:25 2020 +0000

    Fortran: Fix deferred character lengths in array constructors [PR93833].

    2020-12-29  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/93833
            * trans-array.c (get_array_ctor_var_strlen): If the character
            length backend_decl cannot be found, convert the expression and
            use the string length. Clear up some minor white space issues
            in the rest of the file.

    gcc/testsuite/
            PR fortran/93833
            * gfortran.dg/deferred_character_36.f90 : New test.

    (cherry picked from commit feae0af82753e06fbff6103da5fbb3b28e1ddbd7)

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

* [Bug fortran/93833] [8/9/10/11 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566
       [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
@ 2021-01-25  9:03 ` pault at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: pault at gcc dot gnu.org @ 2021-01-25  9:03 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #13 from Paul Thomas <pault at gcc dot gnu.org> ---
Fixed on 9-, 10- and 11-branches.

Thanks for the report.

Paul

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

end of thread, other threads:[~2021-01-25  9:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93833-4@http.gcc.gnu.org/bugzilla/>
2020-04-02  9:29 ` [Bug fortran/93833] [8/9/10 Regression] ICE in trans_array_constructor, at fortran/trans-array.c:2566 burnus at gcc dot gnu.org
2020-05-06 13:11 ` [Bug fortran/93833] [8/9/10/11 " markeggleston at gcc dot gnu.org
2020-07-13 19:56 ` dominiq at lps dot ens.fr
2020-12-28 11:16 ` pault at gcc dot gnu.org
2020-12-29 17:37 ` cvs-commit at gcc dot gnu.org
2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
2021-01-25  8:56 ` cvs-commit at gcc dot gnu.org
2021-01-25  9:03 ` pault 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).