This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, testsuite] Changes in tests for the case when long double size is equal double size


Hi All!

After recent commit
(http://gcc.gnu.org/ml/gcc-cvs/2012-08/msg00576.html, patch -
http://gcc.gnu.org/ml/gcc-patches/2012-08/msg01512.html), which sets
size of long double equal to double for Bionic, several tests required
some adjustment to pass on Android.

Tested both for Linux and Andorid. Ok to commit?


Thanks,
Igor

Changelog:

gcc/testsuite

2012-09-24  Igor Zamyatin  <igor.zamyatin@intel.com>

        Test changes for case when long double size is equal double size
        * gcc.target/i386/20030217-1.c: Added check for
        large_long_double effective target.
        * gcc.target/i386/387-3.c: Likewise.
        * gcc.target/i386/387-4.c: Likewise.
        * gcc.target/i386/pr36578-1.c: Likewise.
        * gcc.target/i386/excess-precision-1.c: Added new code for the case
        when long double size is equal double size.
        * gcc.target/i386/excess-precision-1.c: Likewise.
        * gcc.target/i386/pr36578-2.c: Likewise.
        * gcc.target/i386/20030217-2.c: New testcase.

Attachment: long_double_for_android.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]