public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30207]  New: ICE in gfc_dep_resolver
@ 2006-12-14  3:02 deji_aking at yahoo dot ca
  2006-12-14  3:06 ` [Bug fortran/30207] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: deji_aking at yahoo dot ca @ 2006-12-14  3:02 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]

A trimmed down version of the code which produce the ice is below; The full
code once compile with version 4.1.0, I believe

>>
!
    SUBROUTINE POSL(LAT,LON,JUL,HEURE,MIN,PAZ)

     IMPLICIT NONE
!
     REAL,SAVE :: XPI                ! Pi
     REAL, DIMENSION(:), INTENT(IN):: LAT, LON, JUL, HEURE, MIN 
     REAL, DIMENSION(:),INTENT(OUT):: PAZ
     REAL                                :: ZPI2, ZCDR
!
     REAL, DIMENSION(SIZE(LAT))         :: ZXLON, ZXLON2

      ZPI2 = 2*XPI
      ZCDR = ZPI2/360 

! Position du soleil avec Heure = TU
! Azenit,Azimut en radian
 !
      ZXLON(:)  = 0.
      ZXLON2(:)  = LON(:)
      WHERE(ZXLON < 0.0)
         ZXLON(:) = 360. + ZXLON2(:)         
      END WHERE
!
      PAZ(:)= 0.5*XPI - 0.0
!
    END SUBROUTINE POSL 
>>
[armnlib@agape test1]$ gfortran --version
GNU Fortran 95 (GCC) 4.2.0 20061211 (prerelease)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

[armnlib@agape test1]$ gfortran -c posl.f90
posl.f90: In function ‘posl’:
posl.f90:20: internal compiler error: in gfc_dep_resolver, at
fortran/dependency.c:1167
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE in gfc_dep_resolver
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deji_aking at yahoo dot ca


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


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

end of thread, other threads:[~2006-12-24  5:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-14  3:02 [Bug fortran/30207] New: ICE in gfc_dep_resolver deji_aking at yahoo dot ca
2006-12-14  3:06 ` [Bug fortran/30207] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2006-12-14  3:11 ` [Bug fortran/30207] [4.2/4.3 Regression] ICE in gfc_dep_resolver with where (a < 0) a(:) = 1 pinskia at gcc dot gnu dot org
2006-12-14  3:28 ` kargl at gcc dot gnu dot org
2006-12-14  5:03 ` kargl at gcc dot gnu dot org
2006-12-16 19:29 ` roger at eyesopen dot com
2006-12-16 21:21 ` jvdelisle at gcc dot gnu dot org
2006-12-17 18:28 ` sayle at gcc dot gnu dot org
2006-12-17 21:10 ` deji_aking at yahoo dot ca
2006-12-21  3:52 ` deji_aking at yahoo dot ca
2006-12-21  4:37 ` jvdelisle at gcc dot gnu dot org
2006-12-21 18:55 ` [Bug fortran/30207] [4.2 " sayle at gcc dot gnu dot org
2006-12-24  5:03 ` pinskia at gcc dot gnu dot 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).