From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29894 invoked by alias); 20 Apr 2010 17:02:49 -0000 Received: (qmail 26904 invoked by uid 48); 20 Apr 2010 17:02:32 -0000 Date: Tue, 20 Apr 2010 17:02:00 -0000 Subject: [Bug debug/43821] New: -feliminate-dwarf2-dups produces "no debug symbols in executable" warning from dsymutil X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "iains 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: 2010-04/txt/msg02077.txt.bz2 This is probably another dsymutil bug... but, just in case... int main (int ac, char *av[]) { int a ; return a + 1; } === $ ./gcc/xgcc -B gcc ../trivial.c -g $ ./gcc/xgcc -B gcc ../trivial.c -g -feliminate-dwarf2-dups warning: no debug symbols in executable (-arch i386) -- Summary: -feliminate-dwarf2-dups produces "no debug symbols in executable" warning from dsymutil Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: iains at gcc dot gnu dot org GCC target triplet: i686-apple-darwin9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43821