public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/66385] New: ICE: FORALL writing multiple elements of one array
@ 2015-06-02 19:21 wangmianzhi1 at linuxmail dot org
  2015-06-02 19:31 ` [Bug libfortran/66385] " wangmianzhi1 at linuxmail dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: wangmianzhi1 at linuxmail dot org @ 2015-06-02 19:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66385
           Summary: ICE: FORALL writing multiple elements of one array
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wangmianzhi1 at linuxmail dot org
  Target Milestone: ---

The ICE is triggered when compiling the following code with -O1 or higher -O
levels.

program test
  double precision::a(30)

  forall(i=1:10)
    a(10*[0,1,2]+i)=1d0
  end forall
end program


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

end of thread, other threads:[~2015-10-18 11:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-02 19:21 [Bug libfortran/66385] New: ICE: FORALL writing multiple elements of one array wangmianzhi1 at linuxmail dot org
2015-06-02 19:31 ` [Bug libfortran/66385] " wangmianzhi1 at linuxmail dot org
2015-06-03 13:11 ` [Bug fortran/66385] " dominiq at lps dot ens.fr
2015-06-03 13:27 ` [Bug fortran/66385] [4.9/5/6 Regression] " dominiq at lps dot ens.fr
2015-06-04  8:54 ` tkoenig at gcc dot gnu.org
2015-06-04  9:25 ` tkoenig at gcc dot gnu.org
2015-06-05 20:51 ` tkoenig at gcc dot gnu.org
2015-06-14 10:08 ` tkoenig at gcc dot gnu.org
2015-10-16  8:22 ` rguenth at gcc dot gnu.org
2015-10-18 11:30 ` [Bug fortran/66385] [4.9 " tkoenig at gcc dot gnu.org
2015-10-18 11:30 ` 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).