Commit 065ba179 by Uros Bizjak

re PR testsuite/79356 (XPASS in attr-alloc_size-11.c)

	PR testsuite/79356
	* gcc.dg/attr-alloc_size-11.c: Don't xfail on alpha.

From-SVN: r246816
parent 71b838d0
2017-04-10 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/79356
* gcc.dg/attr-alloc_size-11.c: Don't xfail on alpha.
2017-04-10 Daniel Santos <daniel.santos@pobox.com> 2017-04-10 Daniel Santos <daniel.santos@pobox.com>
PR testsuite/79867 PR testsuite/79867
...@@ -200,7 +205,7 @@ ...@@ -200,7 +205,7 @@
* gcc.target/arm/small-multiply-m1-2.c: Likewise. * gcc.target/arm/small-multiply-m1-2.c: Likewise.
* gcc.target/arm/small-multiply-m1-3.c: Likewise. * gcc.target/arm/small-multiply-m1-3.c: Likewise.
2017-04-04 Nicolas Koenig <koenigni@student.ethz.ch> 2017-04-04 Nicolas Koenig <koenigni@student.ethz.ch>
PR fortran/69498 PR fortran/69498
* gfortran.dg/submodule_unexp.f90: New test. * gfortran.dg/submodule_unexp.f90: New test.
...@@ -299,11 +304,11 @@ ...@@ -299,11 +304,11 @@
* gcc.dg/uninit-pred-8_b.c: Reenable DOM. * gcc.dg/uninit-pred-8_b.c: Reenable DOM.
2017-03-31 Richard Biener <rguenther@suse.de> 2017-03-31 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71347.c: Put back XFAIL on sparc. * gcc.dg/tree-ssa/pr71347.c: Put back XFAIL on sparc.
2017-03-31 Richard Biener <rguenther@suse.de> 2017-03-31 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/pr71347.c: Put back XFAIL. * gcc.dg/tree-ssa/pr71347.c: Put back XFAIL.
2017-03-31 Jakub Jelinek <jakub@redhat.com> 2017-03-31 Jakub Jelinek <jakub@redhat.com>
...@@ -500,7 +505,7 @@ ...@@ -500,7 +505,7 @@
2017-03-27 Claudiu Zissulescu <claziss@synopsys.com> 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
* testsuite/gcc.target/arc/interrupt-4.c: New file. * gcc.target/arc/interrupt-4.c: New file.
2017-03-27 Richard Biener <rguenther@suse.de> 2017-03-27 Richard Biener <rguenther@suse.de>
...@@ -717,7 +722,7 @@ ...@@ -717,7 +722,7 @@
* gcc.c-torture/compile/pr71436.c: New test. * gcc.c-torture/compile/pr71436.c: New test.
2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com> 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
Richard Biener <rguenther@suse.de> Richard Biener <rguenther@suse.de>
PR tree-optimization/79908 PR tree-optimization/79908
PR tree-optimization/80136 PR tree-optimization/80136
...@@ -782,7 +787,7 @@ ...@@ -782,7 +787,7 @@
* gfortran.dg/unexp_attribute.f90: New test * gfortran.dg/unexp_attribute.f90: New test
2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com> 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
Richard Biener <rguenther@suse.de> Richard Biener <rguenther@suse.de>
PR tree-optimization/79908 PR tree-optimization/79908
* gcc.dg/torture/pr79908.c: New file. * gcc.dg/torture/pr79908.c: New file.
...@@ -986,11 +991,11 @@ ...@@ -986,11 +991,11 @@
2017-03-13 Claudiu Zissulescu <claziss@synopsys.com> 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
* testsuite/gcc.target/arc/bitfield.c: New file. * gcc.target/arc/bitfield.c: New file.
2017-03-13 Claudiu Zissulescu <claziss@synopsys.com> 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
* testsuite/gcc.target/arc/pr9001090948.c: New file. * gcc.target/arc/pr9001090948.c: New file.
2017-03-11 Segher Boessenkool <segher@kernel.crashing.org> 2017-03-11 Segher Boessenkool <segher@kernel.crashing.org>
...@@ -1319,7 +1324,7 @@ ...@@ -1319,7 +1324,7 @@
* g++.dg/tm/pr70266.C: New. * g++.dg/tm/pr70266.C: New.
2017-03-05 Andre Vehreschild <vehre@gcc.gnu.org> 2017-03-05 Andre Vehreschild <vehre@gcc.gnu.org>
Alessandro Fanfarillo <fanfarillo.gcc@gmail.com> Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
* gfortran.dg/coarray/fail_image_1.f08: New test. * gfortran.dg/coarray/fail_image_1.f08: New test.
* gfortran.dg/coarray/fail_image_2.f08: New test. * gfortran.dg/coarray/fail_image_2.f08: New test.
......
...@@ -47,8 +47,8 @@ typedef __SIZE_TYPE__ size_t; ...@@ -47,8 +47,8 @@ typedef __SIZE_TYPE__ size_t;
/* The following tests fail because of missing range information. The xfail /* The following tests fail because of missing range information. The xfail
exclusions are PR79356. */ exclusions are PR79356. */
TEST (signed char, SCHAR_MIN + 2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for signed char" { xfail { ! { aarch64*-*-* arm*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390*-*-* } } } } */ TEST (signed char, SCHAR_MIN + 2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for signed char" { xfail { ! { aarch64*-*-* arm*-*-* alpha*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390*-*-* } } } } */
TEST (short, SHRT_MIN + 2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for short" { xfail { ! { aarch64*-*-* arm*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390x-*-* } } } } */ TEST (short, SHRT_MIN + 2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" "missing range info for short" { xfail { ! { aarch64*-*-* arm*-*-* alpha*-*-* ia64-*-* mips*-*-* powerpc*-*-* sparc*-*-* s390x-*-* } } } } */
TEST (int, INT_MIN + 2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */ TEST (int, INT_MIN + 2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST (int, -3, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */ TEST (int, -3, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
TEST (int, -2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */ TEST (int, -2, ALLOC_MAX); /* { dg-warning "argument 1 range \\\[13, \[0-9\]+\\\] exceeds maximum object size 12" } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment