Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2005 23:51:02 -0400 (EDT)
From:      Jeremy Tregunna <jtregunna@blurgle.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/83764: crtn.S CVS id tag being printed where it shouldn't be.
Message-ID:  <200507200351.j6K3p2Td076213@scotty.blurgle.ca>
Resent-Message-ID: <200507200350.j6K3oCHm024876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <stdio.h>
	const char foo[] = { '0' + 0 }
	int main(void)
	{
		puts(test);
		return 0;
	}
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507200351.j6K3p2Td076213>