public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31218]  New: ICE on valid code with gfortran
@ 2007-03-16 11:45 jv244 at cam dot ac dot uk
  2007-03-17 15:42 ` [Bug fortran/31218] " tkoenig at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jv244 at cam dot ac dot uk @ 2007-03-16 11:45 UTC (permalink / raw)
  To: gcc-bugs

A recent gfortran ICEs on the following code:

 integer, parameter :: i=1
 real, parameter :: k=TRANSFER(i,1.0)
 integer ::  j=TRANSFER(k,i)
 character(LEN=2), parameter :: a="a "
 real, dimension(2,2), parameter :: r=1.0
 character(LEN=4) :: b=REPEAT(a,2)
 real, dimension(4) :: l=RESHAPE(r,(/4/))
 character(LEN=3) :: c=TRIM("a ")

 IF (b.NE."a a ") CALL ABORT()
 IF (ANY(l.NE.1.0)) CALL ABORT()
 IF (c.NE."a  ") CALL ABORT()
 IF (j.NE.i) CALL ABORT()
 END


-- 
           Summary: ICE on valid code with gfortran
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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


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

end of thread, other threads:[~2007-06-14 12:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-16 11:45 [Bug fortran/31218] New: ICE on valid code with gfortran jv244 at cam dot ac dot uk
2007-03-17 15:42 ` [Bug fortran/31218] " tkoenig at gcc dot gnu dot org
2007-04-06 22:06 ` brooks at gcc dot gnu dot org
2007-04-16 13:15 ` tobi at gcc dot gnu dot org
2007-05-04  1:48 ` jvdelisle at gcc dot gnu dot org
2007-05-04 11:31 ` fxcoudert at gcc dot gnu dot org
2007-05-30 13:23 ` pault at gcc dot gnu dot org
2007-06-14 12:13 ` pault 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).