public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31639]  New: [4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans-const.c:348 with len
@ 2007-04-20  0:46 tbm at cyrius dot com
  2007-04-20  0:52 ` [Bug fortran/31639] " brooks at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: tbm at cyrius dot com @ 2007-04-20  0:46 UTC (permalink / raw)
  To: gcc-bugs

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

[ forwarded from http://bugs.debian.org/401496  The report and original
testcase came from Jonathan Stott.  I further reduced it down in size. ]

I've confirmed this bug with 4.1.2 20061115 and 4.3.0 20070326.

(sid)18753:tbm@em64t: ~/src/t] gfortran -c c.f90
c.f90: In function ‘xstrcmp’:
c.f90:5: internal compiler error: in gfc_conv_constant, at
fortran/trans-const.c:348
Please submit a full bug report,
with preprocessed source if appropriate.

Testcase:
module cfgfile

contains

   integer function xstrcmp(s1)

     character*(*), intent(in) :: s1
     integer :: n1 = len(s1)

     n1 = 1

     return
   end function xstrcmp
end module cfgfile


-- 
           Summary: [4.1/4.2/4.3] ICE in gfc_conv_constant, at
                    fortran/trans-const.c:348 with len
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


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

end of thread, other threads:[~2007-07-23 20:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-20  0:46 [Bug fortran/31639] New: [4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans-const.c:348 with len tbm at cyrius dot com
2007-04-20  0:52 ` [Bug fortran/31639] " brooks at gcc dot gnu dot org
2007-07-08 17:27 ` dfranke at gcc dot gnu dot org
2007-07-08 17:28 ` dfranke at gcc dot gnu dot org
2007-07-08 17:49 ` burnus at gcc dot gnu dot org
2007-07-12 22:15 ` dfranke at gcc dot gnu dot org
2007-07-22 16:32 ` dfranke at gcc dot gnu dot org
2007-07-22 16:39 ` dfranke at gcc dot gnu dot org
2007-07-22 16:41 ` dfranke at gcc dot gnu dot org
2007-07-22 18:53 ` debian-gcc at lists dot debian dot org
2007-07-22 19:14 ` kargl at gcc dot gnu dot org
2007-07-22 19:42 ` dfranke at gcc dot gnu dot org
2007-07-23 20:35 ` dfranke at gcc dot gnu dot org
2007-07-23 20:46 ` dfranke 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).