public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/25012]  New: internal compiler error in compiling
@ 2005-11-24  5:58 iguchi at coral dot t dot u-tokyo dot ac dot jp
  2005-11-24  6:04 ` [Bug fortran/25012] " pinskia at gcc dot gnu dot org
  2005-11-24  6:06 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: iguchi at coral dot t dot u-tokyo dot ac dot jp @ 2005-11-24  5:58 UTC (permalink / raw)
  To: gcc-bugs

When I compiled the following program with gfortran, internal compiler
error occured.

I think the right behavior is that compilation is completed, and 
printed "what is happen?" to standard output in execution.

module ucharfunc
contains
  function foo(a) result(oresult)
    character(len=*) :: a
    character(len=len(a)) :: oresult

    oresult = a
  end function
end module

program charfunctest
  use ucharfunc
  implicit none

  print *, foo("what is happen?")
end program


-- 
           Summary: internal compiler error in compiling
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: iguchi at coral dot t dot u-tokyo dot ac dot jp


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


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

* [Bug fortran/25012] internal compiler error in compiling
  2005-11-24  5:58 [Bug fortran/25012] New: internal compiler error in compiling iguchi at coral dot t dot u-tokyo dot ac dot jp
@ 2005-11-24  6:04 ` pinskia at gcc dot gnu dot org
  2005-11-24  6:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-24  6:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-24 06:04 -------
*** Bug 25013 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug fortran/25012] internal compiler error in compiling
  2005-11-24  5:58 [Bug fortran/25012] New: internal compiler error in compiling iguchi at coral dot t dot u-tokyo dot ac dot jp
  2005-11-24  6:04 ` [Bug fortran/25012] " pinskia at gcc dot gnu dot org
@ 2005-11-24  6:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-24  6:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-24 06:06 -------
This is an exact dup of PR 15326 which has been fixed for 4.1.0 and above.

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


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-11-24  6:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-24  5:58 [Bug fortran/25012] New: internal compiler error in compiling iguchi at coral dot t dot u-tokyo dot ac dot jp
2005-11-24  6:04 ` [Bug fortran/25012] " pinskia at gcc dot gnu dot org
2005-11-24  6:06 ` 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).