r238018 - in /branches/gcc-6-branch/gcc/testsui...

wschmidt@gcc.gnu.org wschmidt@gcc.gnu.org
Tue Jul 5 17:54:00 GMT 2016


Author: wschmidt
Date: Tue Jul  5 17:54:02 2016
New Revision: 238018

URL: https://gcc.gnu.org/viewcvs?rev=238018&root=gcc&view=rev
Log:
2016-07-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	Backport from mainline
	2016-07-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* gcc.dg/const-float128-ped.c: Require __float128 effective
	target and options.
	* gcc.dg/const-float128.c: Likewise.
	* gcc.dg/torture/float128-cmp-invalid.c: Require
	__float128 and base_quadfloat_support effective targets, and
	__float128 options.
	* gcc.dg/torture/float128-div-underflow.c: Likewise.
	* gcc.dg/torture/float128-extend-nan.c: Likewise.
	* gcc.dg/torture/fp-int-convert-float128-timode-2.c: Likewise.
	* gcc.dg/torture/fp-int-convert-float128-timode-3.c: Likewise.
	* gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise.
	* lib/target-supports.exp (check_effective_target___float128):
	New.
	(add_options_for___float128): New.
	(check_effective_target_base_quadword_support): New.


Modified:
    branches/gcc-6-branch/gcc/testsuite/ChangeLog
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/const-float128-ped.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/const-float128.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/float128-cmp-invalid.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/float128-div-underflow.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/float128-extend-nan.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-2.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-3.c
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
    branches/gcc-6-branch/gcc/testsuite/lib/target-supports.exp



More information about the Gcc-cvs mailing list