public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/48202] New: Internal compiler error
@ 2011-03-19 14:30 pmarguinaud at hotmail dot com
  2011-03-19 15:35 ` [Bug fortran/48202] " kargl at gcc dot gnu.org
  2011-03-19 16:28 ` burnus at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: pmarguinaud at hotmail dot com @ 2011-03-19 14:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48202

           Summary: Internal compiler error
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pmarguinaud@hotmail.com


The following piece of code caused gfortran to report an ICE, when used with
the following options : " -c -fopenmp -O2 ".

The code follows :

__

SUBROUTINE ESLEXTPOL(KASLB1,KMASK3)  

IMPLICIT NONE

INTEGER,INTENT(IN)    :: KASLB1  
INTEGER,OPTIONAL,INTENT(OUT)   :: KMASK3(KASLB1) 

!$OMP  PARALLEL
IF (PRESENT(KMASK3)) KMASK3=1
!$OMP END PARALLEL

END SUBROUTINE ESLEXTPOL

__


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

* [Bug fortran/48202] Internal compiler error
  2011-03-19 14:30 [Bug fortran/48202] New: Internal compiler error pmarguinaud at hotmail dot com
@ 2011-03-19 15:35 ` kargl at gcc dot gnu.org
  2011-03-19 16:28 ` burnus at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: kargl at gcc dot gnu.org @ 2011-03-19 15:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48202

kargl at gcc dot gnu.org changed:

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

--- Comment #1 from kargl at gcc dot gnu.org 2011-03-19 15:20:30 UTC ---
Code compiles on 4.6 branch (and I suspect trunk but I 
don't have a 4.7 aka trunk build to test.)


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

* [Bug fortran/48202] Internal compiler error
  2011-03-19 14:30 [Bug fortran/48202] New: Internal compiler error pmarguinaud at hotmail dot com
  2011-03-19 15:35 ` [Bug fortran/48202] " kargl at gcc dot gnu.org
@ 2011-03-19 16:28 ` burnus at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-03-19 16:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48202

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |burnus at gcc dot gnu.org
         Resolution|                            |DUPLICATE

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-03-19 15:35:31 UTC ---
Thanks for the report. This regression has already been reported 5 days ago and
is tracked at PR 48117.

Work around: Use an older GCC - or GCC 4.6/4.7, cf.
http://gcc.gnu.org/wiki/GFortranBinaries

*** This bug has been marked as a duplicate of bug 48117 ***


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

end of thread, other threads:[~2011-03-19 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-19 14:30 [Bug fortran/48202] New: Internal compiler error pmarguinaud at hotmail dot com
2011-03-19 15:35 ` [Bug fortran/48202] " kargl at gcc dot gnu.org
2011-03-19 16:28 ` burnus 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).