From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14237 invoked by alias); 15 Jun 2013 10:59:16 -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 14202 invoked by uid 48); 15 Jun 2013 10:59:13 -0000 From: "mikael at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56136] [OOP] ICE on lhs-reallocation of an object with overloaded (elemental) assignment operator Date: Sat, 15 Jun 2013 10:59: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: major X-Bugzilla-Who: mikael at gcc dot gnu.org X-Bugzilla-Status: RESOLVED 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: bug_status cc resolution 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: 2013-06/txt/msg00784.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56136 Mikael Morin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mikael at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Mikael Morin --- (In reply to Dominique d'Humieres from comment #2) > This PR seems to have been fixed between revisions 200062 and 200078 > (r200069?). Yes it is the same bug as PR49074. The ingredients are: - typebound assignment (though I'm not sure it is necessary), - elemental procedure with polymorphic dummies, - need for a temporary.