public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-14  9:48 ` jakub at gcc dot gnu.org
  2021-06-01  8:08 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14  9:48 ` [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488 jakub at gcc dot gnu.org
@ 2021-06-01  8:08 ` rguenth at gcc dot gnu.org
  2021-09-30 17:10 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #15 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] 8+ messages in thread

* [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14  9:48 ` [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488 jakub at gcc dot gnu.org
  2021-06-01  8:08 ` rguenth at gcc dot gnu.org
@ 2021-09-30 17:10 ` cvs-commit at gcc dot gnu.org
  2021-10-23 21:55 ` sandra at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-30 17:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:643e8f4ee3a2a59a9b96fbcd1ffa8bacbda5b383

commit r12-3990-g643e8f4ee3a2a59a9b96fbcd1ffa8bacbda5b383
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu Sep 30 19:08:25 2021 +0200

    Fortran: Fix same_type_as

    A test for CLASS(*) + assumed rank was missing; adding a test to
    unlimited_polymorphic_1.f03 showed an ICE as backend_decl wasn't
    set. While gfc_get_symbol_decl would fix it, the code also assumed
    that the class(*) was a variable and could not be a subobject of
    a derived type.

            PR fortran/71703
            PR fortran/84007

    gcc/fortran/ChangeLog:

            * trans-intrinsic.c (gfc_conv_same_type_as): Fix handling
            of UNLIMITED_POLY.
            * trans.h (gfc_vtpr_hash_get): Renamed prototype to ...
            (gfc_vptr_hash_get): ... this to match function name.

    gcc/testsuite/ChangeLog:

            * gfortran.dg/c-interop/c535b-1.f90: Remove wrong comment.
            * gfortran.dg/unlimited_polymorphic_1.f03: Extend.
            * gfortran.dg/unlimited_polymorphic_32.f90: New test.

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

* [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-09-30 17:10 ` cvs-commit at gcc dot gnu.org
@ 2021-10-23 21:55 ` sandra at gcc dot gnu.org
  2022-05-27  9:36 ` [Bug fortran/71703] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: sandra at gcc dot gnu.org @ 2021-10-23 21:55 UTC (permalink / raw)
  To: gcc-bugs

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

sandra at gcc dot gnu.org changed:

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

--- Comment #17 from sandra at gcc dot gnu.org ---
I think this issue is fixed now?

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

* [Bug fortran/71703] [10/11/12/13 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-10-23 21:55 ` sandra at gcc dot gnu.org
@ 2022-05-27  9:36 ` rguenth at gcc dot gnu.org
  2022-06-28 10:32 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #18 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug fortran/71703] [10/11/12/13 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-05-27  9:36 ` [Bug fortran/71703] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:32 ` jakub at gcc dot gnu.org
  2023-07-07  7:30 ` [Bug fortran/71703] [11 " rguenth at gcc dot gnu.org
  2024-04-23 10:07 ` pault at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug fortran/71703] [11 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-06-28 10:32 ` jakub at gcc dot gnu.org
@ 2023-07-07  7:30 ` rguenth at gcc dot gnu.org
  2024-04-23 10:07 ` pault at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  7:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |11.4.0
   Target Milestone|10.5                        |11.5
      Known to work|                            |12.1.0
            Summary|[10/11 Regression] [OOP]    |[11 Regression] [OOP] ICE
                   |ICE in wide_int_to_tree, at |in wide_int_to_tree, at
                   |tree.c:1488                 |tree.c:1488

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

* [Bug fortran/71703] [11 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488
       [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2023-07-07  7:30 ` [Bug fortran/71703] [11 " rguenth at gcc dot gnu.org
@ 2024-04-23 10:07 ` pault at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: pault at gcc dot gnu.org @ 2024-04-23 10:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #20 from Paul Thomas <pault at gcc dot gnu.org> ---
All the failing testcases posted in this PR now compile and run correctly.

Many thanks once again, Gerhard.

Paul

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

end of thread, other threads:[~2024-04-23 10:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-71703-4@http.gcc.gnu.org/bugzilla/>
2021-05-14  9:48 ` [Bug fortran/71703] [9/10/11/12 Regression] [OOP] ICE in wide_int_to_tree, at tree.c:1488 jakub at gcc dot gnu.org
2021-06-01  8:08 ` rguenth at gcc dot gnu.org
2021-09-30 17:10 ` cvs-commit at gcc dot gnu.org
2021-10-23 21:55 ` sandra at gcc dot gnu.org
2022-05-27  9:36 ` [Bug fortran/71703] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:32 ` jakub at gcc dot gnu.org
2023-07-07  7:30 ` [Bug fortran/71703] [11 " rguenth at gcc dot gnu.org
2024-04-23 10:07 ` 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).