public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/22518] New: ICE in gfc_conv_function_call for elemental character functions
@ 2005-07-17 11:12 tkoenig at gcc dot gnu dot org
  2005-07-17 15:56 ` [Bug fortran/22518] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2005-07-17 11:12 UTC (permalink / raw)
  To: gcc-bugs

$ cat elem-char.f90
program main
  character(len=2) :: a(2)
  print *,foo(a)
contains
  elemental function foo(a)
  character(len=*), intent(in) :: a
  character(len=*) foo
  foo = a
  end function foo
end program main
$ gfortran elem-char.f90
elem-char.f90: In function 'MAIN__':
elem-char.f90:3: internal compiler error: in gfc_conv_function_call, at
fortran/trans-expr.c:1106
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ gfortran -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1/configure --prefix=/home/ig25 --enable-languages=c,f95
Thread model: posix
gcc version 4.1.0 20050716 (experimental)

-- 
           Summary: ICE in gfc_conv_function_call for elemental character
                    functions
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 19276
             nThis:


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


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

end of thread, other threads:[~2005-09-18 20:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-17 11:12 [Bug fortran/22518] New: ICE in gfc_conv_function_call for elemental character functions tkoenig at gcc dot gnu dot org
2005-07-17 15:56 ` [Bug fortran/22518] " pinskia at gcc dot gnu dot org
2005-07-19  7:58 ` tkoenig at gcc dot gnu dot org
2005-07-19  8:14 ` tkoenig at gcc dot gnu dot org
2005-07-22  8:37 ` [Bug fortran/22518] ICE in gfc_conv_function_call for character function with LEN=length(arg) tkoenig at gcc dot gnu dot org
2005-09-07 10:45 ` rsandifo at gcc dot gnu dot org
2005-09-08 18:51 ` rsandifo at gcc dot gnu dot org
2005-09-08 18:54 ` rsandifo at gcc dot gnu dot org
2005-09-18 19:53 ` tkoenig at gcc dot gnu dot org
2005-09-18 19:56 ` [Bug fortran/22518] [4.0 only] " pinskia at gcc dot gnu dot org
2005-09-18 19:56 ` tkoenig at gcc dot gnu dot org
2005-09-18 20:10 ` rsandifo at gcc dot gnu dot org
2005-09-18 20:27 ` 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).