public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure
@ 2015-06-26 12:56 polajnar.miha at gmail dot com
  2015-06-26 12:58 ` [Bug fortran/66680] " polajnar.miha at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: polajnar.miha at gmail dot com @ 2015-06-26 12:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66680
           Summary: ICE with openmp, a loop and a type bound procedure
           Product: gcc
           Version: 5.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: polajnar.miha at gmail dot com
  Target Milestone: ---

The code in the attachment produces an ICE with

$ gfortran bug.f90 -fopenmp -O0
bug.f90:24:0:

     do p = 1, n
 ^
internal compiler error: in make_decl_rtl, at varasm.c:1313
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.

Using a different optimization level
gfortran bug.f90 -fopenmp -O3 
compiles fine.

Using version $ gfortran -v
gcc version 5.1.1 20150518 [gcc-5-branch revision 223286] (SUSE Linux)


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

* [Bug fortran/66680] ICE with openmp, a loop and a type bound procedure
  2015-06-26 12:56 [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure polajnar.miha at gmail dot com
@ 2015-06-26 12:58 ` polajnar.miha at gmail dot com
  2015-06-26 16:44 ` [Bug fortran/66680] [5 Regression] " kargl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: polajnar.miha at gmail dot com @ 2015-06-26 12:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Miha Polajnar <polajnar.miha at gmail dot com> ---
Created attachment 35856
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35856&action=edit
Source code for the described bug.


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

* [Bug fortran/66680] [5 Regression] ICE with openmp, a loop and a type bound procedure
  2015-06-26 12:56 [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure polajnar.miha at gmail dot com
  2015-06-26 12:58 ` [Bug fortran/66680] " polajnar.miha at gmail dot com
@ 2015-06-26 16:44 ` kargl at gcc dot gnu.org
  2015-06-27 15:24 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu.org @ 2015-06-26 16:44 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Regression 5] ICE with     |[5 Regression] ICE with
                   |openmp, a loop and a type   |openmp, a loop and a type
                   |bound procedure             |bound procedure

--- Comment #3 from kargl at gcc dot gnu.org ---
Update title to conform to other uses of [5 Regression].


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

* [Bug fortran/66680] [5 Regression] ICE with openmp, a loop and a type bound procedure
  2015-06-26 12:56 [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure polajnar.miha at gmail dot com
  2015-06-26 12:58 ` [Bug fortran/66680] " polajnar.miha at gmail dot com
  2015-06-26 16:44 ` [Bug fortran/66680] [5 Regression] " kargl at gcc dot gnu.org
@ 2015-06-27 15:24 ` dominiq at lps dot ens.fr
  2015-10-16  8:28 ` rguenth at gcc dot gnu.org
  2015-10-16  8:32 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-06-27 15:24 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-06-27
                 CC|                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
The ICE appeared between revisions r221569 (2015-03-22, OK) and r221610
(2015-03-23, ICE). It has been fixed between r224647 (2015-06-19, ICE) and
r224707 (2015-06-20, OK).


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

* [Bug fortran/66680] [5 Regression] ICE with openmp, a loop and a type bound procedure
  2015-06-26 12:56 [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure polajnar.miha at gmail dot com
                   ` (2 preceding siblings ...)
  2015-06-27 15:24 ` dominiq at lps dot ens.fr
@ 2015-10-16  8:28 ` rguenth at gcc dot gnu.org
  2015-10-16  8:32 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-16  8:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.3


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

* [Bug fortran/66680] [5 Regression] ICE with openmp, a loop and a type bound procedure
  2015-06-26 12:56 [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure polajnar.miha at gmail dot com
                   ` (3 preceding siblings ...)
  2015-10-16  8:28 ` rguenth at gcc dot gnu.org
@ 2015-10-16  8:32 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-16  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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

end of thread, other threads:[~2015-10-16  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26 12:56 [Bug fortran/66680] New: ICE with openmp, a loop and a type bound procedure polajnar.miha at gmail dot com
2015-06-26 12:58 ` [Bug fortran/66680] " polajnar.miha at gmail dot com
2015-06-26 16:44 ` [Bug fortran/66680] [5 Regression] " kargl at gcc dot gnu.org
2015-06-27 15:24 ` dominiq at lps dot ens.fr
2015-10-16  8:28 ` rguenth at gcc dot gnu.org
2015-10-16  8:32 ` 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).