public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/113305] New: ICE with do concurrent and ivdep
@ 2024-01-10 11:00 ivan.pribec at gmail dot com
  2024-01-10 11:46 ` [Bug fortran/113305] " rguenth at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ivan.pribec at gmail dot com @ 2024-01-10 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113305
           Summary: ICE with do concurrent and ivdep
           Product: gcc
           Version: 13.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ivan.pribec at gmail dot com
  Target Milestone: ---

Created attachment 57022
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57022&action=edit
mwe using do concurrent and ivdep directive

An internal compiler error is triggered by adding the ivdep directive to a do
concurrent loop:

program dc
implicit none
real :: a(12), b(12)
integer :: i
call random_number(b)
!GCC$ ivdep
do concurrent (i=1:12)
    a(i) = 2*b(i)
end do
end program

...

$ gfortran -Wall dc.f90 
f951: internal compiler error: Segmentation fault: 11
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.

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

end of thread, other threads:[~2024-01-13 21:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10 11:00 [Bug fortran/113305] New: ICE with do concurrent and ivdep ivan.pribec at gmail dot com
2024-01-10 11:46 ` [Bug fortran/113305] " rguenth at gcc dot gnu.org
2024-01-10 18:15 ` kargl at gcc dot gnu.org
2024-01-10 18:24 ` ivan.pribec at gmail dot com
2024-01-10 19:43 ` anlauf at gcc dot gnu.org
2024-01-10 19:58 ` sgk at troutmask dot apl.washington.edu
2024-01-10 20:38 ` anlauf at gcc dot gnu.org
2024-01-10 22:25 ` anlauf at gcc dot gnu.org
2024-01-12 20:38 ` anlauf at gcc dot gnu.org
2024-01-13 14:08 ` cvs-commit at gcc dot gnu.org
2024-01-13 21:14 ` 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).