From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27093 invoked by alias); 22 Sep 2006 11:48:44 -0000 Received: (qmail 26936 invoked by alias); 22 Sep 2006 11:48:32 -0000 Date: Fri, 22 Sep 2006 11:48:00 -0000 Message-ID: <20060922114832.26935.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/28600] [4.2 regression] ICE on character pointer assignment In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" 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 X-SW-Source: 2006-09/txt/msg02135.txt.bz2 List-Id: ------- Comment #10 from jakub at gcc dot gnu dot org 2006-09-22 11:48 ------- Subject: Bug 28600 Author: jakub Date: Fri Sep 22 11:48:18 2006 New Revision: 117137 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117137 Log: 2006-08-09 Paul Thomas PR fortran/28600 * trans-decl.c (gfc_get_symbol_decl): Ensure that the DECL_CONTEXT of the length of a character dummy is the same as that of the symbol declaration. * gfortran.dg/assumed_charlen_function_4.f90: New test. Added: branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_charlen_function_4.f90 Modified: branches/redhat/gcc-4_1-branch/gcc/fortran/ChangeLog branches/redhat/gcc-4_1-branch/gcc/fortran/trans-decl.c branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28600