aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog332
1 files changed, 330 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4c0553f0ce8..12abe735bbf 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,326 @@
+2019-12-02 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/92712
+ * gcc.dg/tree-ssa/pr92712-1.c: New test.
+ * gcc.dg/tree-ssa/pr92712-2.c: New test.
+ * gcc.dg/tree-ssa/pr92712-3.c: New test.
+ * gfortran.dg/loop_versioning_1.f90: Adjust expected number of
+ likely to be innermost dimension messages.
+ * gfortran.dg/loop_versioning_10.f90: Likewise.
+ * gfortran.dg/loop_versioning_6.f90: Likewise.
+
+2019-12-02 Feng Xue <fxue@os.amperecomputing.com>
+
+ PR ipa/92133
+ * gcc.dg/ipa/ipa-clone-2.c: New test.
+
+2019-12-01 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR target/92499
+
+ * gcc.target/nios2/pr92499-1.c: New.
+ * gcc.target/nios2/pr92499-2.c: New.
+ * gcc.target/nios2/pr92499-3.c: New.
+
+2019-12-02 Luo Xiong Hu <luoxhu@linux.ibm.com>
+
+ testsuite/pr92398
+ * gcc.target/powerpc/pr72804.c: Split the store function to...
+ * gcc.target/powerpc/pr92398.h: ... this one. New.
+ * gcc.target/powerpc/pr92398.p9+.c: New.
+ * gcc.target/powerpc/pr92398.p9-.c: New.
+ * lib/target-supports.exp (check_effective_target_p8): New.
+ (check_effective_target_p9+): New.
+
+2019-11-30 Richard Sandiford <richard.sandiford@arm.com>
+
+ * gcc.target/aarch64/sve/acle/general-c/sizeless-1.c: New test.
+ * gcc.target/aarch64/sve/acle/general-c/sizeless-2.c: Likewise.
+
+2019-11-30 Jan Hubicka <hubicka@ucw.cz>
+
+ * g++.dg/lto/inline-crossmodule-1.h: New testcase.
+ * g++.dg/lto/inline-crossmodule-1_0.C: New testcase.
+ * g++.dg/lto/inline-crossmodule-1_1.C: New testcase.
+
+2019-11-30 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ PR fortran/91783
+ * gfortran.dg/dependency_56.f90: New test.
+
+2019-11-29 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/91003
+ * gfortran.dg/pr91003.f90: New testcase.
+
+2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR tree-optimization/92677
+ * gcc.dg/vect/pr92677.c: New test.
+
+2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR tree-optimization/92596
+ * gcc.dg/vect/bb-slp-pr92596.c: New test.
+ * gcc.dg/vect/bb-slp-43.c: Likewise.
+
+2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
+
+ * gcc.dg/vect/vect-bool-cmp-2.c: New test.
+ * lib/target-supports.exp (check_effective_target_vect_bool_cmp): New
+ effective target procedure.
+
+2019-11-29 Tobias Burnus <tobias@codesourcery.com>
+
+ * fortran.dg/goacc/common-block-3.f90: Check that unused common-block
+ variables do not get mapped.
+
+2019-11-29 Martin Jambor <mjambor@suse.cz>
+
+ PR ipa/92476
+ * g++.dg/lto/pr92476_[01].C: New test.
+
+2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR tree-optimization/92710
+ * gcc.dg/vect/pr92710.c: New test.
+
+2019-11-29 Tobias Burnus <tobias@codesourcery.com>
+
+ PR ipa/84963
+ * gfortran.dg/goacc/pr84963.f90: Use dg-additional-options not
+ dg-options as otherwise -fopenacc is not used.
+
+2019-11-29 Tamar Christina <tamar.christina@arm.com>
+
+ * gcc.dg/vect/slp-reduc-3.c: Turn off epilogue-nomask.
+
+2019-11-29 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92715
+ * gcc.dg/torture/pr92715.c: New testcase.
+
+2019-11-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/60228
+ * g++.dg/gomp/openmp-simd-2.C: Don't expect bodies for
+ DECL_OMP_DECLARE_REDUCTION_P functions.
+
+2019-11-29 Martin Liska <mliska@suse.cz>
+
+ PR lto/91574
+ * g++.dg/lto/pr91574_0.C: New test.
+
+2019-11-29 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92704
+ * gcc.dg/torture/pr92704.c: New testcase.
+
+2019-11-29 Joseph Myers <joseph@codesourcery.com>
+
+ * objc.dg/attributes/gnu2x-attr-syntax-1.m: New test.
+
+2019-11-28 Martin Liska <mliska@suse.cz>
+
+ PR lto/92609
+ * g++.dg/lto/pr92609_0.C: New test.
+ * g++.dg/lto/pr92609_1.C: New test.
+
+2019-11-28 Iain Sandoe <iain@sandoe.co.uk>
+
+ * gcc.target/i386/pr32219-2.c: Adjust scan-assembler entries
+ for revised common default.
+
+2019-11-28 Jerry DeLisle <jvdelisle@gcc.ngu.org>
+
+ PR fortran/90374
+ * gfortran.dg/fmt_zero_width.f90: Update test.
+
+2019-11-28 Martin Jambor <mjambor@suse.cz>
+
+ PR ipa/92697
+ * g++.dg/ipa/pr92697.C: New.
+
+2019-11-28 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92645
+ * gcc.dg/tree-ssa/inline-12.c: New testcase.
+
+2019-11-28 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92645
+ * gcc.target/i386/pr92645-4.c: New testcase.
+
+2019-11-28 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * gcc.target/arm/asm-flag-4.c: Use -mfloat-abi=softfp.
+
+2019-11-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/92691
+ * gcc.dg/tree-ssa/builtin-snprintf-10.c: New test.
+
+ PR c++/92695
+ * g++.dg/warn/inline3.C: New test.
+
+2019-11-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/92510
+ * gcc.dg/pr92510.c: New test.
+
+2019-11-27 Andrew Sutton <asutton@lock3software.com>
+
+ PR c++/92236
+ * g++.dg/cpp2a/concepts-iconv1.C: Update diagnostics.
+ * g++.dg/cpp2a/concepts-requires5.C: Likewise.
+ * g++.dg/cpp2a/concepts6.C: New test.
+
+2019-11-27 Andrew Sutton <asutton@lock3software.com>
+
+ PR c++/92439
+ * g++.dg/cpp2a/concepts-requires20.C: New.
+
+2019-11-27 Andrew Sutton <asutton@lock3software.com>
+
+ PR c++/88395
+ * g++.dg/cpp2a/concepts-pr88395.C: New.
+ * g++.dg/cpp2a/concepts-recursive-sat1.C: New.
+ * g++.dg/cpp2a/concepts-recursive-sat2.C: New.
+ * g++.dg/cpp2a/concepts-recursive-sat3.C: New.
+
+2019-11-27 Vladimir Makarov <vmakarov@redhat.com>
+
+ PR rtl-optimization/90007
+ * gcc.target/i386/pr90007.c: New test.
+
+2019-11-27 Andrew Sutton <asutton@lock3software.com>
+
+ Emit hard errors for certain satisfaction errors.
+ * g++.dg/concepts/pr84330.C: Update diagnostics.
+ * g++.dg/cpp2a/concepts-requires2.C: Likewise.
+
+2019-11-27 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92690
+ * gcc.dg/torture/pr92690.c: New testcase.
+ * gcc.dg/tree-ssa/forwprop-35.c: Adjust.
+
+2019-11-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR fortran/91944
+ * gfortran.dg/spread_size_limit_2.f90: New test.
+
+ PR c++/92524
+ * g++.dg/cpp0x/pr92524.C: New test.
+
+2019-11-27 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92645
+ * gcc.target/i386/pr92645-2.c: New testcase.
+ * gcc.target/i386/pr92645-3.c: Likewise.
+
+2019-11-26 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * g++.dg/cpp1z/bool-increment1.C: Test location(s) too.
+ * g++.dg/expr/bitfield3.C: Likewise.
+ * g++.dg/expr/bitfield4.C: Likewise.
+ * g++.dg/expr/bitfield5.C: Likewise.
+ * g++.dg/expr/bitfield6.C: Likewise.
+ * g++.dg/expr/bool1.C: Likewise.
+ * g++.dg/expr/bool2.C: Likewise.
+ * g++.dg/expr/bool3.C: Likewise.
+ * g++.dg/expr/bool4.C: Likewise.
+ * g++.dg/expr/lval3.C: Likewise.
+ * g++.dg/other/error18.C: Likewise.
+ * g++.dg/warn/Wpointer-arith-1.C: Likewise.
+ * g++.old-deja/g++.bugs/900212_01.C: Likewise.
+ * g++.old-deja/g++.bugs/900428_02.C: Likewise.
+ * g++.old-deja/g++.jason/rfg14.C: Likewise.
+ * g++.old-deja/g++.other/overload11.C: Likewise.
+
+2019-11-26 Martin Sebor <msebor@redhat.com>
+
+ PR tree-optimization/92683
+ * gcc.dg/strcmpopt_8.c: New test.
+ * gcc.dg/strcmpopt_9.c: New test.
+
+2019-11-26 Joel Hutton <Joel.Hutton@arm.com>
+
+ PR testsuite/92391
+ * lib/target-supports.exp (check_effective_target_vect_char_add):
+ Use a separate cache entry from vect_int.
+
+2019-11-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/92648
+ * g++.dg/cpp0x/gen-attrs-71.C: New test.
+
+ PR c++/61414
+ * g++.dg/cpp0x/enum23.C: Remove xfail.
+ * g++.dg/cpp0x/enum28.C: New test.
+
+ PR tree-optimization/92644
+ * g++.dg/opt/pr92644.C: New test.
+
+2019-11-26 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/92645
+ * gcc.target/i386/pr92645.c: New testcase.
+
+2019-11-26 Jakub Jelinek <jakub@redhat.com>
+
+ * gfortran.dg/dec-comparison.f90: Change dg-do from run to compile.
+
+2019-11-25 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/92629
+ * gfortran.dg/pr92629.f90: New testcase.
+
+2019-11-25 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * g++.dg/diagnostic/base-operand-non-pointer-1.C: New.
+ * g++.dg/pr53055.C: Check location too.
+ * g++.old-deja/g++.bugs/900213_02.C: Likewise.
+ * g++.old-deja/g++.bugs/900215_02.C: Likewise.
+ * g++.old-deja/g++.other/badarrow.C: Likewise.
+ * g++.old-deja/g++.other/deref1.C: Likewise.
+
+ * g++.dg/warn/Wenum-compare.C: Check location too.
+
+ * g++.dg/cpp0x/initlist26.C: Check location too.
+ * g++.dg/cpp0x/initlist28.C: Likewise.
+ * g++.dg/cpp0x/initlist29.C: Likewise.
+ * g++.dg/cpp0x/initlist33.C: Likewise.
+ * g++.dg/expr/string-2.C: Likewise.
+ * g++.dg/other/ptrmem5.C: Likewise.
+ * g++.old-deja/g++.benjamin/14664-1.C: Likewise.
+ * g++.old-deja/g++.benjamin/14664-2.C: Likewise.
+ * g++.old-deja/g++.brendan/init12.C: Likewise.
+ * g++.old-deja/g++.bugs/900324_04.C: Likewise.
+ * g++.old-deja/g++.ext/array1.C: Likewise.
+ * g++.old-deja/g++.jason/rfg17.C: Likewise.
+
+2019-11-25 Joseph Myers <joseph@codesourcery.com>
+
+ PR c/91985
+ * gcc.dg/c2x-no-dfp-1.c, gcc.dg/gnu2x-builtins-no-dfp-1.c: New
+ tests.
+ * gcc.dg/fltconst-pedantic-dfp.c: Expect errors when decimal
+ floating-point not supported.
+
+2019-11-25 Joseph Myers <joseph@codesourcery.com>
+
+ * gcc.dg/gnu2x-attrs-1.c: Do not expect message about attributes
+ appertaining to types.
+ * gcc.dg/gnu2x-attrs-2.c: New test.
+ * g++.dg/cpp0x/gen-attrs-1.C, g++.dg/cpp0x/gen-attrs-22.C,
+ g++.dg/cpp0x/gen-attrs-4.C, g++.dg/cpp0x/lambda/lambda-attr1.C:
+ Update expected diagnostics.
+
+2019-11-25 Tamar Christina <tamar.christina@arm.com>
+
+ * gcc.dg/torture/fp-int-convert-timode-1.c: Always run if int128.
+
2019-11-25 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/addr14.adb: New test.
@@ -24,6 +347,11 @@
PR ipa/91956
* g++.dg/ipa/pr91956.C: New test.
+2019-11-24 Jerry DeLisle <jvdelisle@gcc.ngu.org>
+
+ PR fortran/92100
+ gfortran.dg/streamio_18.f90: New test.
+
2019-11-23 Thomas Koenig <tkoenig@gcc.gnu.org>
Harald Anlauf <anlauf@gmx.de>
@@ -86,9 +414,9 @@
2019-11-22 Jakub Jelinek <jakub@redhat.com>
- Implement P1920R1, Missing feature-test macros 2017-2019.
+ Implement P1902R1, Missing feature-test macros 2017-2019.
* g++.dg/cpp1z/feat-cxx1z.C: Only compile with -std=c++17.
- * g++.dg/cpp2a/feat-cxx2a.C: Adjust for P1920R1 changes.
+ * g++.dg/cpp2a/feat-cxx2a.C: Adjust for P1902R1 changes.
* g++.dg/cpp2a/desig15.C: New test.
* g++.dg/cpp2a/lambda-pack-init3.C: New test.
* g++.dg/cpp2a/lambda-generic6.C: New test.