i386/83764: crtn.S CVS id tag being printed where it shouldn't be.
Jeremy Tregunna
jtregunna at blurgle.ca
Wed Jul 20 03:50:13 GMT 2005
>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 at 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:
More information about the freebsd-i386
mailing list