From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 10 18:32:12 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3DBBA69; Sun, 10 Mar 2013 18:32:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D1BD4A4A; Sun, 10 Mar 2013 18:32:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2AIWCX1095127; Sun, 10 Mar 2013 18:32:12 GMT (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2AIWCju095126; Sun, 10 Mar 2013 18:32:12 GMT (envelope-from gerald) Date: Sun, 10 Mar 2013 18:32:12 GMT Message-Id: <201303101832.r2AIWCju095126@freefall.freebsd.org> To: pip88nl@gmail.com, gerald@FreeBSD.org, freebsd-bugs@FreeBSD.org From: gerald@FreeBSD.org Subject: Re: bin/126721: gcc(1) g++(1) Compiling, assembling and linking code with debugging results in unusable debug information X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 18:32:13 -0000 Synopsis: gcc(1) g++(1) Compiling, assembling and linking code with debugging results in unusable debug information State-Changed-From-To: open->closed State-Changed-By: gerald State-Changed-When: Sun Mar 10 18:28:48 UTC 2013 State-Changed-Why: Over the course of the last couple of upstream releases, GCC has significantly improved debug info generation and specifically the ability to fully and properly track variables. The FreeBSD project decided not to update the system version of GCC to a newer version than GCC 4.2.1 due to concerns about the GPLv3, but in the FreeBSD Ports Collection you will find all current version of GCC. Specifically, lang/gcc (GCC 4.6) or lang/gcc47 should meet your needs. http://www.freebsd.org/cgi/query-pr.cgi?pr=126721