From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7762 invoked by alias); 7 Jul 2007 19:07:19 -0000 Received: (qmail 3534 invoked by uid 48); 7 Jul 2007 19:07:08 -0000 Date: Sat, 07 Jul 2007 19:07:00 -0000 Message-ID: <20070707190708.3532.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke at gcc dot gnu dot org" 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: 2007-07/txt/msg00864.txt.bz2 ------- Comment #6 from dfranke at gcc dot gnu dot org 2007-07-07 19:07 ------- Salvatore, could you please recheck this one? I can not observe any problems, neither on dt_bnd.f90 nor on the reduced testcase. $> gfortran-svn -g -fbounds-check dt_bnd.f90 && ./a.out [snipped output] $> valgrind --tool=memcheck --leak-check=full a.out [...] ==12425== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 7 from 1) ==12425== malloc/free: in use at exit: 0 bytes in 0 blocks. ==12425== malloc/free: 24 allocs, 24 frees, 44,703 bytes allocated. $> gfortran-svn -v gcc version 4.3.0 20070705 (experimental) The same holds for: $> gfortran-4.2 -v gcc version 4.2.1 20070620 (prerelease) -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29804