From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18550 invoked by alias); 3 Jun 2009 16:49:32 -0000 Received: (qmail 16745 invoked by uid 48); 3 Jun 2009 16:49:08 -0000 Date: Wed, 03 Jun 2009 16:49:00 -0000 Message-ID: <20090603164908.16744.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/40330] [4.4 Regression] incorrect IO In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jv244 at cam dot ac dot uk" 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: 2009-06/txt/msg00143.txt.bz2 ------- Comment #6 from jv244 at cam dot ac dot uk 2009-06-03 16:49 ------- compiled with trunk this is also buggy (with new bugs about dwarf2): --690-- DWARF2 CFI reader: unhandled CFI instruction 0:10 --690-- DWARF2 CFI reader: unhandled CFI instruction 0:10 --690-- DWARF2 CFI reader: unhandled CFI instruction 0:10 ==690== ==690== Conditional jump or move depends on uninitialised value(s) ==690== at 0x400A97E: (within /lib64/ld-2.8.so) ==690== by 0x4003882: (within /lib64/ld-2.8.so) ==690== by 0x4013E77: (within /lib64/ld-2.8.so) ==690== by 0x4001318: (within /lib64/ld-2.8.so) ==690== by 0x4000A67: (within /lib64/ld-2.8.so) ==690== by 0x0: ??? ==690== by 0x7FF000286: ??? ==690== ==690== Conditional jump or move depends on uninitialised value(s) ==690== at 0x400A987: (within /lib64/ld-2.8.so) ==690== by 0x4003882: (within /lib64/ld-2.8.so) ==690== by 0x4013E77: (within /lib64/ld-2.8.so) ==690== by 0x4001318: (within /lib64/ld-2.8.so) ==690== by 0x4000A67: (within /lib64/ld-2.8.so) ==690== by 0x0: ??? ==690== by 0x7FF000286: ??? a 0.0000000000 0.0000000000 0.0000000000 ==690== ==690== Invalid read of size 1 ==690== at 0x4A22DF9: strncmp (mc_replace_strmem.c:314) ==690== by 0x4BCF8C7: _gfortrani_parse_format (format.c:189) ==690== by 0x7FEFFFB2F: ??? ==690== by 0xFFF: ??? ==690== Address 0x55d6218 is 0 bytes inside a block of size 1,152 free'd ==690== at 0x4A2196E: free (vg_replace_malloc.c:323) ==690== by 0x400CE4: MAIN__ (in /data03/vondele/bug/io/a.out) ==690== by 0x400D3D: main (in /data03/vondele/bug/io/a.out) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40330