From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20386 invoked by alias); 27 Jun 2013 21:46:45 -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 20362 invoked by uid 48); 27 Jun 2013 21:46:43 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56596] Invalid read of size 4 gfortran.dg/class_array_7.f03 Date: Thu, 27 Jun 2013 21:46: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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: WAITING 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: 2013-06/txt/msg01720.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56596 --- Comment #3 from Dominique d'Humieres --- This seems to have been fixed between revision 199435 (2013-05-30) and revision 199885 (2013-06-03): revision 199528? The error ==15298== 80 bytes in 1 blocks are definitely lost in loss record 1 of 2 ==15298== at 0x100013679: malloc (vg_replace_malloc.c:266) ==15298== by 0x100001358: __realloc_MOD_reallocate (class_array_7.f03:31) ==15298== by 0x1000019C6: MAIN__ (class_array_7.f03:55) ==15298== by 0x100001B5B: main (class_array_7.f03:49) appeared between revisions 200350 (2013-06-23) with the patch of revision 200361 and a clean revision 200361 (2013-06-24). Could it be caused by revision 200360?