From jtregunna@scotty.blurgle.ca  Wed Jul 20 03:46:50 2005
Return-Path: <jtregunna@scotty.blurgle.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2FF4916A41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <jtregunna@blurgle.ca>
Reply-To: Jeremy Tregunna <jtregunna@blurgle.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: crtn.S CVS id tag being printed where it shouldn't be.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 20 03:50:12 GMT 2005
>Closed-Date:    Fri Jul 22 19:53:03 GMT 2005
>Last-Modified:  Fri Jul 22 19:53:03 GMT 2005
>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 <stdio.h>
	const char foo[] = { '0' + 0 }
	int main(void)
	{
		puts(test);
		return 0;
	}
>Fix:


>Release-Note:
>Audit-Trail:

From: Jeremy Tregunna <jtregunna@blurgle.ca>
To: bug-followup@FreeBSD.org, Jeremy Tregunna <jtregunna@blurgle.ca>
Cc:  
Subject: Re: i386/83764: crtn.S CVS id tag being printed where it shouldn't be.
Date: Wed, 20 Jul 2005 02:34:56 -0400

 This was actually a problem in the code itself, my appologies for 
 jumping on the send-pr button after not carefully looking. This may be 
 closed without consequence. Again, my appologies.
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jul 22 19:52:39 GMT 2005 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83764 
>Unformatted:
