From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50320 invoked by alias); 4 Sep 2015 09:09:24 -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 50264 invoked by uid 48); 4 Sep 2015 09:09:19 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/67431] ALLOCATE with SOURCE ignores overloaded assignment operator and uses intrinsic when copying values Date: Fri, 04 Sep 2015 09:09: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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-09/txt/msg00325.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67431 --- Comment #2 from Dominique d'Humieres --- >>From Damian Rouson: NAG 6.0 ouptput: SIZE(A) 4 A 765 765 765 765 Cray Compiler Environment (CCE) 8.3.14 output: SIZE(A) 4 A 4*765 Portland Group 15.7-0 output: SIZE(A) 4 A 765 765 765 765 and Andre Vehreschild told me on IRC that gfortran agrees with ifort.