From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6759 invoked by alias); 2 Oct 2008 15:49:31 -0000 Received: (qmail 4461 invoked by uid 48); 2 Oct 2008 15:48:11 -0000 Date: Thu, 02 Oct 2008 15:49:00 -0000 Message-ID: <20081002154811.4460.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35680] [4.3/4.4 regression] ICE on invalid transfer in variable declaration In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00175.txt.bz2 ------- Comment #11 from dominiq at lps dot ens dot fr 2008-10-02 15:48 ------- > "If the physical representation of the result is smaller than SOURCE, ... >>From the xlf manual, I read this for scalar cases, i.e., transfer(x,i) with x real(4) and i integer(8), or when size is given: transfer((/1.1,2.2,3.3/),(/(0.0,0.0)/),1) gives (/(1.1,2.2)/), while transfer((/1.1,2.2,3.3/),(/(0.0,0.0)/)) gives (/(1.1,2.2),(3.3,??)/), where the imaginary part ?? is undefined. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35680