From owner-freebsd-i386@FreeBSD.ORG Wed Jul 20 03:50:13 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F2BB16A420 for ; Wed, 20 Jul 2005 03:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D5E43D48 for ; Wed, 20 Jul 2005 03:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6K3oC9g024880 for ; Wed, 20 Jul 2005 03:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6K3oCHm024876; Wed, 20 Jul 2005 03:50:12 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jul 2005 03:50:12 GMT Resent-Message-Id: <200507200350.j6K3oCHm024876@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Tregunna Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF4916A41F for ; Wed, 20 Jul 2005 03:46:50 +0000 (GMT) (envelope-from jtregunna@scotty.blurgle.ca) Received: from scotty.blurgle.ca (scotty.blurgle.ca [66.38.165.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44D143D49 for ; Wed, 20 Jul 2005 03:46:49 +0000 (GMT) (envelope-from jtregunna@scotty.blurgle.ca) Received: from scotty.blurgle.ca (localhost.blurgle.ca [127.0.0.1]) by scotty.blurgle.ca (8.13.4/8.13.3) with ESMTP id j6K3qtYf076297 for ; Wed, 20 Jul 2005 03:52:58 GMT (envelope-from jtregunna@scotty.blurgle.ca) Received: (from jtregunna@localhost) by scotty.blurgle.ca (8.13.4/8.13.3/Submit) id j6K3p2Td076213; Tue, 19 Jul 2005 23:51:02 -0400 (EDT) (envelope-from jtregunna) Message-Id: <200507200351.j6K3p2Td076213@scotty.blurgle.ca> Date: Tue, 19 Jul 2005 23:51:02 -0400 (EDT) From: Jeremy Tregunna To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: i386/83764: crtn.S CVS id tag being printed where it shouldn't be. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeremy Tregunna List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 03:50:13 -0000 >Number: 83764 >Category: i386 >Synopsis: crtn.S CVS id tag being printed where it shouldn't be. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 20 03:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jeremy Tregunna >Release: FreeBSD 6.0-BETA i386 >Organization: >Environment: System: FreeBSD scotty.blurgle.ca 6.0-BETA FreeBSD 6.0-BETA #0: Mon Jul 11 23:40:46 EDT 2005 root@scotty.blurgle.ca:/usr/obj/usr/src/sys/SCOTTY i386 >Description: When compiling the attached code and executing on i386 the output which should just be "0" is printing "0" followed immediately by the CVS id tag for src/lib/csu/i386-elf/crtn.S followed by the newline. This is not a problem on the following platforms (any not listed I was not able to test): sparc64, ia64, alpha >How-To-Repeat: #include const char foo[] = { '0' + 0 } int main(void) { puts(test); return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: