public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/95812] New: [10/11 Regression] ICE in gfc_dep_resolver since r10-2114
@ 2020-06-22  8:38 jakub at gcc dot gnu.org
  2020-06-22  8:39 ` [Bug fortran/95812] " jakub at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-06-22  8:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95812
           Summary: [10/11 Regression] ICE in gfc_dep_resolver since
                    r10-2114
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

Starting with r10-2114-g40e1ed26774b7b6c24d166489a715aa75843ab36 Fortran FE
ICEs with -O3 on:
module test
contains
  subroutine foo()
    integer :: a(3)
    a = 1
    print *, matmul(1*reshape(a,(/3,1/)), reshape((/1,1,1/),(/1,3/)))
  end subroutine foo
  subroutine bar()
    call foo()
  end subroutine bar
end module test

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

end of thread, other threads:[~2020-06-23 20:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-22  8:38 [Bug fortran/95812] New: [10/11 Regression] ICE in gfc_dep_resolver since r10-2114 jakub at gcc dot gnu.org
2020-06-22  8:39 ` [Bug fortran/95812] " jakub at gcc dot gnu.org
2020-06-22  8:50 ` rguenth at gcc dot gnu.org
2020-06-22  9:38 ` tkoenig at gcc dot gnu.org
2020-06-22 22:35 ` tkoenig at gcc dot gnu.org
2020-06-23  6:15 ` cvs-commit at gcc dot gnu.org
2020-06-23 13:23 ` cvs-commit at gcc dot gnu.org
2020-06-23 13:23 ` tkoenig at gcc dot gnu.org
2020-06-23 16:47 ` dominiq at lps dot ens.fr
2020-06-23 17:33 ` tkoenig at gcc dot gnu.org
2020-06-23 20:01 ` tkoenig at gcc dot gnu.org
2020-06-23 20:12 ` cvs-commit at gcc dot gnu.org
2020-06-23 20:13 ` tkoenig 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).