Bug 15 - strtoimax(-BIGNUM, 0, 0) and wcstoimax(-BIGNUM, 0, 0) never return on microblaze.
Summary: strtoimax(-BIGNUM, 0, 0) and wcstoimax(-BIGNUM, 0, 0) never return on microbl...
Status: RESOLVED INVALID
Alias: None
Product: ELLCC
Classification: Unclassified
Component: libecc (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- normal
Assignee: Richard Pennington
URL:
Depends on:
Blocks: 36
  Show dependency tree
 
Reported: 2012-01-04 06:45 CST by Richard Pennington
Modified: 2017-07-29 10:42 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Pennington 2012-01-04 06:45:42 CST
/home/rich/ellcc/bin/microblaze-linux-ecc -o stdlib   000test.o 001inttypes.o  -lm
/home/rich/ellcc/bin/qemu-microblaze stdlib   || exit 1
Stdlib Test Group Inttypes in ../../../../../src/libs/stdlib/001inttypes.c
PASS: 001inttypes.c:308: Stdlib(Inttypes): imaxabs of -10 is 10
PASS: 001inttypes.c:309: Stdlib(Inttypes): imaxabs of 10 is 10
PASS: 001inttypes.c:312: Stdlib(Inttypes): 123 / 10 = 12
PASS: 001inttypes.c:313: Stdlib(Inttypes): 123 % 10 = 3
PASS: 001inttypes.c:317: Stdlib(Inttypes): strtoimax("100", 0, 0) == 100
PASS: 001inttypes.c:320: Stdlib(Inttypes): strtoumax("100", 0, 0) == 100
PASS: 001inttypes.c:323: Stdlib(Inttypes): strtoimax(BIGNUM, 0, 0) == INTMAX_MAX
Comment 1 Richard Pennington 2012-01-12 05:55:25 CST
See test/src/libs/stdlib/0001inttypes.c
Comment 2 Richard Pennington 2012-01-19 16:12:44 CST
Fixed in revision 2760.
Comment 3 Richard Pennington 2017-07-29 10:36:18 CDT
These bugs are obsolete with the new build and deployment process.
Comment 4 Richard Pennington 2017-07-29 10:37:34 CDT
These bugs are obsolete with the new build and deployment process.
Comment 5 Richard Pennington 2017-07-29 10:42:07 CDT
These bugs are obsolete with the new build and deployment process.