public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/100118] New: ICE on sizeof with derived type components
@ 2021-04-16 15:19 jrfsousa at gmail dot com
  2021-04-16 15:46 ` [Bug fortran/100118] " dominiq at lps dot ens.fr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jrfsousa at gmail dot com @ 2021-04-16 15:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100118
           Summary: ICE on sizeof with derived type components
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jrfsousa at gmail dot com
  Target Milestone: ---

Created attachment 50616
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50616&action=edit
Fortran code showing problem

ICE on using sizeof with derived type components.

seen on:

GNU Fortran (GCC) 11.0.1 20210415 (experimental)
GNU Fortran (GCC) 10.3.1 20210415
GNU Fortran (GCC) 9.3.1 20210415

Thank you very much.

Best regards,
José Rui

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

* [Bug fortran/100118] ICE on sizeof with derived type components
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
@ 2021-04-16 15:46 ` dominiq at lps dot ens.fr
  2021-04-19  7:18 ` [Bug fortran/100118] [8/9/10/11 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0 marxin at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dominiq at lps dot ens.fr @ 2021-04-16 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-04-16

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed since at least GCC7.

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

* [Bug fortran/100118] [8/9/10/11 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
  2021-04-16 15:46 ` [Bug fortran/100118] " dominiq at lps dot ens.fr
@ 2021-04-19  7:18 ` marxin at gcc dot gnu.org
  2021-04-19  7:21 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-04-19  7:18 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |vehre at gcc dot gnu.org
            Summary|ICE on sizeof with derived  |[8/9/10/11 Regression] ICE
                   |type components             |on sizeof with derived type
                   |                            |components since
                   |                            |r6-202-gf3b0bb7a560be0f0

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r6-202-gf3b0bb7a560be0f0.

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

* [Bug fortran/100118] [8/9/10/11 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
  2021-04-16 15:46 ` [Bug fortran/100118] " dominiq at lps dot ens.fr
  2021-04-19  7:18 ` [Bug fortran/100118] [8/9/10/11 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0 marxin at gcc dot gnu.org
@ 2021-04-19  7:21 ` rguenth at gcc dot gnu.org
  2021-05-14  9:54 ` [Bug fortran/100118] [9/10/11/12 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-19  7:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |8.5
           Priority|P3                          |P4

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

* [Bug fortran/100118] [9/10/11/12 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
                   ` (2 preceding siblings ...)
  2021-04-19  7:21 ` rguenth at gcc dot gnu.org
@ 2021-05-14  9:54 ` jakub at gcc dot gnu.org
  2021-06-01  8:20 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug fortran/100118] [9/10/11/12 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
                   ` (3 preceding siblings ...)
  2021-05-14  9:54 ` [Bug fortran/100118] [9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-06-01  8:20 ` rguenth at gcc dot gnu.org
  2022-05-27  9:45 ` [Bug fortran/100118] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 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] 9+ messages in thread

* [Bug fortran/100118] [10/11/12/13 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
                   ` (4 preceding siblings ...)
  2021-06-01  8:20 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:45 ` rguenth at gcc dot gnu.org
  2022-06-28 10:44 ` jakub at gcc dot gnu.org
  2023-07-07 10:39 ` [Bug fortran/100118] [11/12/13/14 " rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug fortran/100118] [10/11/12/13 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
                   ` (5 preceding siblings ...)
  2022-05-27  9:45 ` [Bug fortran/100118] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:44 ` jakub at gcc dot gnu.org
  2023-07-07 10:39 ` [Bug fortran/100118] [11/12/13/14 " rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 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] 9+ messages in thread

* [Bug fortran/100118] [11/12/13/14 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0
  2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
                   ` (6 preceding siblings ...)
  2022-06-28 10:44 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:39 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2023-07-07 10:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 15:19 [Bug fortran/100118] New: ICE on sizeof with derived type components jrfsousa at gmail dot com
2021-04-16 15:46 ` [Bug fortran/100118] " dominiq at lps dot ens.fr
2021-04-19  7:18 ` [Bug fortran/100118] [8/9/10/11 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0 marxin at gcc dot gnu.org
2021-04-19  7:21 ` rguenth at gcc dot gnu.org
2021-05-14  9:54 ` [Bug fortran/100118] [9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:20 ` rguenth at gcc dot gnu.org
2022-05-27  9:45 ` [Bug fortran/100118] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:44 ` jakub at gcc dot gnu.org
2023-07-07 10:39 ` [Bug fortran/100118] [11/12/13/14 " rguenth 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).