public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "klra67 at freenet dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/27900]  New: ICE using intrinsics as arguments
Date: Mon, 05 Jun 2006 11:04:00 -0000	[thread overview]
Message-ID: <bug-27900-10536@http.gcc.gnu.org/bugzilla/> (raw)

[-- 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


             reply	other threads:[~2006-06-05 10:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-05 11:04 klra67 at freenet dot de [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-27900-10536@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).