public inbox for gcc-bugs@sourceware.org help / color / mirror / Atom feed
From: "martin at mpa-garching dot mpg dot de" <gcc-bugzilla@gcc.gnu.org> To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/13679] New: ICE in fortran/trans-types.c:584 Date: Wed, 14 Jan 2004 11:03:00 -0000 [thread overview] Message-ID: <20040114110316.13679.martin@mpa-garching.mpg.de> (raw) gfortran from January 14 crashes on the following code: --- begin code module linebufmod implicit none private public linebuf, linebuf_add type linebuf character(len=80), dimension(:), pointer :: data=>NULL() end type linebuf contains subroutine linebuf_add (buf) type(linebuf), intent(inout) :: buf end subroutine linebuf_add end module linebufmod --- end code ~/tmp>gfortran -v -c bug1.f90 Reading specs from /afs/mpa/data/martin/ugcc-ssa/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa/specs Configured with: /scratch/gcc-ssa/configure --prefix=/afs/mpa/data/martin/ugcc-ssa --enable-languages=c++,f95 Thread model: posix gcc version 3.5-tree-ssa 20040114 (merged 20040102) /afs/mpa/data/martin/ugcc-ssa/libexec/gcc/i686-pc-linux-gnu/3.5-tree-ssa/f951 bug1.f90 -quiet -dumpbase bug1.f90 -mtune=pentiumpro -auxbase bug1 -version -o /tmp/ccLAIftD.s GNU F95 version 3.5-tree-ssa 20040114 (merged 20040102) (i686-pc-linux-gnu) compiled by GNU C version 3.5-tree-ssa 20040114 (merged 20040102). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 bug1.f90:0: internal compiler error: in gfc_get_dtype_cst, at fortran/trans-types.c:584 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. -- Summary: ICE in fortran/trans-types.c:584 Product: gcc Version: tree-ssa Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: martin at mpa-garching dot mpg dot de CC: gcc-bugs at gcc dot gnu dot org,martin at mpa-garching dot mpg 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=13679
next reply other threads:[~2004-01-14 11:03 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-01-14 11:03 martin at mpa-garching dot mpg dot de [this message] 2004-01-17 0:27 ` [Bug fortran/13679] [gfortran] " pinskia at gcc dot gnu dot org 2004-01-21 17:15 ` dhazeghi at yahoo dot com 2004-04-21 3:29 ` pinskia at gcc dot gnu dot org 2004-04-21 10:12 ` martin at mpa-garching dot mpg dot de 2004-04-21 11:24 ` 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=20040114110316.13679.martin@mpa-garching.mpg.de \ --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: linkBe 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).