From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18499 invoked by alias); 2 Jan 2006 03:13:30 -0000 Received: (qmail 18487 invoked by uid 48); 2 Jan 2006 03:13:27 -0000 Date: Mon, 02 Jan 2006 03:13:00 -0000 Message-ID: <20060102031327.18486.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25619] tempary array of constant size character type goes wrong In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-01/txt/msg00129.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-02 03:13 ------- the variable does not have to be a "dummy" variable either to reproduce this. subroutine option_stopwatch_s() character(len=1) :: default_clock call option_stopwatch_a((/default_clock/)) end subroutine option_stopwatch_s -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|tempary array of character |tempary array of constant |type goes wrong |size character type goes | |wrong http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25619