From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37584 invoked by alias); 30 Oct 2015 09:29:06 -0000 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 Received: (qmail 37529 invoked by uid 55); 30 Oct 2015 09:29:02 -0000 From: "paul.richard.thomas at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/57117] [OOP] ICE for sourced allocation of a polymorphic entity using TRANSPOSE Date: Fri, 30 Oct 2015 09:29:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: paul.richard.thomas at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg02544.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 --- Comment #11 from paul.richard.thomas at gmail dot com --- Dear Dominique, That's odd, it does fine with reshape on my machine ****sigh**** Could you send me the error, please? pack generates a completely new ICE in the most peculiar place. I have to put this on one side for a few days. I feel that I have got to the core of the problem.but need to sort out the implementation. With best regards Paul On 30 October 2015 at 09:38, dominiq at lps dot ens.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117 > > --- Comment #10 from Dominique d'Humieres --- >> Created attachment 36618 >> --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36618&action=edit >> A completely different approach to the fix. >> >> This one does far better and is less invasive. It is not yet regtested >> but I am certain that any problems will be trivial. > > This patch does not like reshape and pack. > > -- > You are receiving this mail because: > You are on the CC list for the bug. > You are the assignee for the bug.