public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/27900]  New: ICE using intrinsics as arguments
@ 2006-06-05 11:04 klra67 at freenet dot de
  2006-06-05 20:45 ` [Bug fortran/27900] " pault at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: klra67 at freenet dot de @ 2006-06-05 11:04 UTC (permalink / raw)
  To: gcc-bugs

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

I am not sure whether the code snippet is legal at all, but it should emit an
error, not an ICE.
--snip
module bug
  implicit none
contains
  subroutine  tbug
    integer :: i
    i = len("123")
    call sub(len) 
  end subroutine tbug
end module bug
--snip
>gfortran -c fbug1.f90
fbug1.f90: In Funktion »tbug«:
fbug1.f90:6: interner Compiler-Fehler: in gfc_typenode_for_spec, bei
fortran/trans-types.c:651
Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;
bearbeiten Sie die Quellen zunächst mit einem Präprozessor, wenn es
dienlich ist.
Fehler in der deutschen Übersetzung sind an
translation-team-de@lists.sourceforge.net zu melden.

Gehen Sie gemäß den Hinweisen in <URL:http://gcc.gnu.org/bugs.html> vor.
>gfortran --version
GNU Fortran 95 (GCC) 4.2.0 20060603 (experimental)
Copyright (C) 2006 Free Software Foundation, Inc.

--snip


-- 
           Summary: ICE using intrinsics as arguments
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: klra67 at freenet dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2007-01-10 19:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-05 11:04 [Bug fortran/27900] New: ICE using intrinsics as arguments klra67 at freenet dot de
2006-06-05 20:45 ` [Bug fortran/27900] " pault at gcc dot gnu dot org
2006-06-06  4:31 ` pault at gcc dot gnu dot org
2006-10-01 15:02 ` fxcoudert at gcc dot gnu dot org
2006-10-02  7:39 ` fxcoudert at gcc dot gnu dot org
2006-10-03 22:37 ` pault at gcc dot gnu dot org
2006-10-05  7:45 ` pault at gcc dot gnu dot org
2006-10-05  8:05 ` fxcoudert at gcc dot gnu dot org
2006-10-05 16:18 ` paulthomas2 at wanadoo dot fr
2006-10-18 20:52 ` fxcoudert at gcc dot gnu dot org
2006-12-30 18:14 ` pault at gcc dot gnu dot org
2006-12-30 18:15 ` patchapp at dberlin dot org
2006-12-31  7:52 ` pault at gcc dot gnu dot org
2007-01-06 14:14 ` [Bug fortran/27900] [4.2 and 4.1 only] " pault at gcc dot gnu dot org
2007-01-06 14:18 ` [Bug fortran/27900] [4.1 " pault at gcc dot gnu dot org
2007-01-10 19:12 ` 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).