public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/35680]  New: [4.3/4.4 regression] ICE on invalid transfer in variable declaration
@ 2008-03-24 18:45 fxcoudert at gcc dot gnu dot org
  2008-03-25 20:46 ` [Bug fortran/35680] " pault at gcc dot gnu dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2008-03-24 18:45 UTC (permalink / raw)
  To: gcc-bugs

program main
  print *, foo()
contains
  function foo()
    integer foo(size(transfer(x, [1])))
    real x
  end function
end program

gives: a.f90:2: internal compiler error: Segmentation fault

gfortran 4.1.2 20070626 (Red Hat 4.1.2-14) says:
 In file a.f90:5

    integer foo(size(transfer(x, [1])))
                             1
Error: Variable 'x' cannot appear in the expression at (1)


-- 
           Summary: [4.3/4.4 regression] ICE on invalid transfer in variable
                    declaration
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-10-11 10:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-24 18:45 [Bug fortran/35680] New: [4.3/4.4 regression] ICE on invalid transfer in variable declaration fxcoudert at gcc dot gnu dot org
2008-03-25 20:46 ` [Bug fortran/35680] " pault at gcc dot gnu dot org
2008-03-25 23:18 ` burnus at gcc dot gnu dot org
2008-03-27 22:26 ` rguenth at gcc dot gnu dot org
2008-06-06 15:04 ` rguenth at gcc dot gnu dot org
2008-07-22 12:12 ` burnus at gcc dot gnu dot org
2008-08-27 22:08 ` jsm28 at gcc dot gnu dot org
2008-09-17  8:56 ` pault at gcc dot gnu dot org
2008-09-28 19:34 ` pault at gcc dot gnu dot org
2008-09-28 19:50 ` pault at gcc dot gnu dot org
2008-09-28 20:51 ` dominiq at lps dot ens dot fr
2008-09-29 20:26 ` dominiq at lps dot ens dot fr
2008-10-02 15:22 ` pault at gcc dot gnu dot org
2008-10-02 15:49 ` dominiq at lps dot ens dot fr
2008-10-03 12:14 ` pault at gcc dot gnu dot org
2008-10-03 22:24 ` dominiq at lps dot ens dot fr
2008-10-04 11:57 ` pault at gcc dot gnu dot org
2008-10-05 18:56 ` pault at gcc dot gnu dot org
2008-10-11 10:01 ` pault at gcc dot gnu dot org
2008-10-11 10:03 ` 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).