Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/regress/lib/libc



Module Name:    src
Committed By:   martin
Date:           Sat May  3 19:33:52 UTC 2003

Modified Files:
        src/regress/lib/libc: Makefile
Added Files:
        src/regress/lib/libc/convfp: Makefile convfp.c

Log Message:
Add a simple double -> unsigned conversion test for values that can not
be represented by the same sized signed integer type. According to ISO C
this should work (and it works on i386), but it fails with the current
toolchain on sparc64, triggering a softfloat libc bug.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/regress/lib/libc/Makefile
cvs rdiff -r0 -r1.1 src/regress/lib/libc/convfp/Makefile \
    src/regress/lib/libc/convfp/convfp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index