pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45716 CVS commit: src/external/gpl3/gcc/dist/libgcc



The following reply was made to PR pkg/45716; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45716 CVS commit: src/external/gpl3/gcc/dist/libgcc
Date: Wed, 20 Aug 2014 09:29:08 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Wed Aug 20 13:29:07 UTC 2014
 
 Modified Files:
        src/external/gpl3/gcc/dist/libgcc: unwind-dw2-fde.c
 
 Log Message:
 PR/45716: Anthony Mallet: emacs (various versions) dies on unwind stuff in gcc 
4.8
 Apply fix that got missed as this file got moved from dist/gcc to dist/libgcc:
 
 Somehow emacs tries to unregister frame info for a symbol it did not register.
 Don't abort for now. This worked before because the previous version of gcc
 did not bother unregistering. Adding debugging printfs makes emacs core
 dump, where other programs work fine.
 
 XXX: pullup 7
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.1 -r1.2 \
     src/external/gpl3/gcc/dist/libgcc/unwind-dw2-fde.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index