FreeBSD Bugzilla – Attachment 207173 Details for
Bug 210855
benchmarks/bonnie++ : use of volatile char messes up EOF comparison; more (armv6 with -mcpu=cortex-a7 for/on rpi2) - update to 1.98
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-getc_putc_helper.cpp
patch-getc_putc_helper.cpp (text/plain), 413 bytes, created by
Walter Schwarzenfeld
on 2019-09-04 01:52:56 UTC
(
hide
)
Description:
patch-getc_putc_helper.cpp
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-09-04 01:52:56 UTC
Size:
413 bytes
patch
obsolete
>--- getc_putc_helper.cpp.orig 2019-09-04 00:08:34 UTC >+++ getc_putc_helper.cpp >@@ -45,7 +45,7 @@ int main(int argc, char *argv[]) > return 1; > } > fflush(NULL); >- TEST_FUNC_READ("getc() no thread", if( (c = getc(fp)) == EOF), res[1]); >+ TEST_FUNC_READ("getc() no thread", if( (c = getc(fp)) == (unsigned char)EOF), res[1]); > if(fseek(fp, 0, SEEK_SET) != 0) > { > fprintf(stderr, "Can't seek.\n"); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 210855
:
207097
|
207131
|
207156
|
207172
|
207173
|
207198
|
207210