From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8160 invoked by alias); 1 Mar 2005 20:18:12 -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 7070 invoked by uid 48); 1 Mar 2005 20:17:39 -0000 Date: Tue, 01 Mar 2005 20:18:00 -0000 Message-ID: <20050301201739.7069.qmail@sourceware.org> From: "tobi at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050122121536.19576.coudert@clipper.ens.fr> References: <20050122121536.19576.coudert@clipper.ens.fr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/19576] character(*) initialization X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg00115.txt.bz2 List-Id: ------- Additional Comments From tobi at gcc dot gnu dot org 2005-03-01 20:17 ------- Reduced testcase: program achar_test implicit none integer i character(*), parameter :: y(0:1) = (/'0','1'/) write(*,*) y end program achar_test This has nothing to do with ACHAR, and is the same issue as PR15959. *** This bug has been marked as a duplicate of 15959 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE Summary|achar in initialization |character(*) initialization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19576