public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/93485] ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682
       [not found] <bug-93485-4@http.gcc.gnu.org/bugzilla/>
@ 2022-06-07 17:31 ` kargl at gcc dot gnu.org
  2023-09-15 19:37 ` anlauf at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: kargl at gcc dot gnu.org @ 2022-06-07 17:31 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

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

--- Comment #3 from kargl at gcc dot gnu.org ---
This appears to be fixed on 12.0.1.  The z1.f90 testcase prints 3, and the
z1.f90 testcase prints 1 2.

Z1.f90 is converted to a suitable testcase by 

! { dg-do run }
program p
   integer :: n = 2
   associate (i => n)
      if (sum([(i, i=1,n)]) /= 3) stop 1
   end associate
end

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

* [Bug fortran/93485] ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682
       [not found] <bug-93485-4@http.gcc.gnu.org/bugzilla/>
  2022-06-07 17:31 ` [Bug fortran/93485] ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682 kargl at gcc dot gnu.org
@ 2023-09-15 19:37 ` anlauf at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-09-15 19:37 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Known to work|                            |11.3.0, 12.1.0, 13.1.0,
                   |                            |14.0
             Status|WAITING                     |RESOLVED
      Known to fail|                            |10.5.0

--- Comment #4 from anlauf at gcc dot gnu.org ---
Apparently fixed since gcc-11.  Closing.

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

end of thread, other threads:[~2023-09-15 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93485-4@http.gcc.gnu.org/bugzilla/>
2022-06-07 17:31 ` [Bug fortran/93485] ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682 kargl at gcc dot gnu.org
2023-09-15 19:37 ` 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).