public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/79426] [9/10/11/12 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-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
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ 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=79426

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

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

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

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

* [Bug fortran/79426] [9/10/11/12 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14  9:48 ` [Bug fortran/79426] [9/10/11/12 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251 jakub at gcc dot gnu.org
@ 2021-06-01  8:08 ` rguenth at gcc dot gnu.org
  2022-05-27  9:36 ` [Bug fortran/79426] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ 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=79426

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

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

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

* [Bug fortran/79426] [10/11/12/13 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14  9:48 ` [Bug fortran/79426] [9/10/11/12 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251 jakub at gcc dot gnu.org
  2021-06-01  8:08 ` rguenth 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
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ 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=79426

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

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

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

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

* [Bug fortran/79426] [10/11/12/13 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-05-27  9:36 ` [Bug fortran/79426] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:32 ` jakub at gcc dot gnu.org
  2022-12-13 21:49 ` anlauf at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ 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=79426

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

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

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

* [Bug fortran/79426] [10/11/12/13 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-06-28 10:32 ` jakub at gcc dot gnu.org
@ 2022-12-13 21:49 ` anlauf at gcc dot gnu.org
  2022-12-14 19:40 ` [Bug fortran/79426] [10 " anlauf at gcc dot gnu.org
  2023-07-07  7:37 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2022-12-13 21:49 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

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

--- Comment #15 from anlauf at gcc dot gnu.org ---
The testcase in comment#0 seems to work on mainline, 12-branch and 11-branch.
It still ICEs on 10-branch at GNU Fortran (GCC) 10.4.1 20221125.

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

* [Bug fortran/79426] [10 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-12-13 21:49 ` anlauf at gcc dot gnu.org
@ 2022-12-14 19:40 ` anlauf at gcc dot gnu.org
  2023-07-07  7:37 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: anlauf at gcc dot gnu.org @ 2022-12-14 19:40 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[10/11/12/13 Regression]    |[10 Regression] fortran -
                   |fortran - internal compiler |internal compiler error: in
                   |error: in fold_convert_loc, |fold_convert_loc, at
                   |at fold-const.c:2251        |fold-const.c:2251
      Known to work|                            |11.3.1, 12.2.1, 13.0
      Known to fail|                            |10.4.0

--- Comment #16 from anlauf at gcc dot gnu.org ---
Adding recent known to work/known to fail versions.

There are a couple of patches by Jose that look like they may have contributed
to fixing this one, but if multiple patches are needed, it may be risky to
backport.

I've marked it as a 10 regression, so that it may be closed as WONTFIX for
10-branch when it closes.

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

* [Bug fortran/79426] [10 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251
       [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-12-14 19:40 ` [Bug fortran/79426] [10 " anlauf at gcc dot gnu.org
@ 2023-07-07  7:37 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  7:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.0
             Status|WAITING                     |RESOLVED
      Known to work|                            |11.1.0
      Known to fail|                            |10.5.0
         Resolution|---                         |FIXED

--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed in GCC 11.

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-79426-4@http.gcc.gnu.org/bugzilla/>
2021-05-14  9:48 ` [Bug fortran/79426] [9/10/11/12 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251 jakub at gcc dot gnu.org
2021-06-01  8:08 ` rguenth at gcc dot gnu.org
2022-05-27  9:36 ` [Bug fortran/79426] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:32 ` jakub at gcc dot gnu.org
2022-12-13 21:49 ` anlauf at gcc dot gnu.org
2022-12-14 19:40 ` [Bug fortran/79426] [10 " anlauf at gcc dot gnu.org
2023-07-07  7:37 ` 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).