From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5489 invoked by alias); 3 Jun 2004 20:21:09 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5478 invoked by uid 48); 3 Jun 2004 20:21:07 -0000 Date: Thu, 03 Jun 2004 20:21:00 -0000 Message-ID: <20040603202107.5477.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040603201220.15809.giese025@tc.umn.edu> References: <20040603201220.15809.giese025@tc.umn.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15809] ICE Using Pointer Functions X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00381.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-03 20:21 ------- There is a different bug in gfortran with this code: f951: /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/trans-array.c:184: gfc_conv_descriptor_data: Assertion `(__extension__ ({ const tree __t = (type); if (tree_code_type[(int) (((enum tree_code) (__t)- >common.code))] != ('t')) tree_class_check_failed (__t, ('t'), "/home/gates/pinskia/src/gnu/gcc/src/gcc/ fortran/trans-array.c", 184, __FUNCTION__); __t; })->type.lang_flag_1)' failed. Note gfortran and g95 are two different projects, gfortran forked off of g95 to so that the source would be more available and intergrated with the GCC project, gfortran is now included in snapshots of 3.5.0. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |ice-on-valid-code Last reconfirmed|0000-00-00 00:00:00 |2004-06-03 20:21:06 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15809