]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/ChangeLog
[PR86438] avoid too-long shift in test
[thirdparty/gcc.git] / gcc / testsuite / ChangeLog
index fd16b9204eb86c06183d2c91f00926f503c97c98..7dc4f7411b6b84fe0cc8ebf757db8464224c1e16 100644 (file)
@@ -1,3 +1,363 @@
+2019-04-16  Alexandre Oliva <aoliva@redhat.com>
+
+       PR rtl-optimization/86438
+       * gcc.dg/torture/pr86438.c: Split up too-wide shift.
+
+2019-04-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/90096
+       * gcc.target/i386/pr90096.c: New test.
+       * gcc.target/i386/pr69255-1.c: Adjust expected diagnostics.
+       * gcc.target/i386/pr69255-2.c: Likewise.
+       * gcc.target/i386/pr69255-3.c: Likewise.
+
+       PR rtl-optimization/90082
+       * gcc.dg/pr90082.c: New test.
+
+       PR tree-optimization/90090
+       * g++.dg/opt/pr90090.C: New test.
+
+2019-04-16  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/56049
+       * gfortran.dg/pr56049.f90: New testcase.
+
+2019-04-15  Richard Biener  <rguenther@suse.de>
+
+       PR debug/90074
+       * gcc.dg/guality/pr90074.c: New testcase.
+
+2019-04-15  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/90071
+       * gcc.dg/torture/pr90071.c: New testcase.
+
+2019-04-15  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       PR rtl-optimization/89794
+       * gcc.dg/torture/pr89794.c: New testcase.
+
+2019-04-15  Richard Biener  <rguenther@suse.de>
+
+       PR ipa/88936
+       * gcc.dg/torture/pr88936-1.c: New testcase.
+       * gcc.dg/torture/pr88936-2.c: Likewise.
+       * gcc.dg/torture/pr88936-3.c: Likewise.
+
+2019-04-15  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/pr89693
+       * g++.dg/ipa/pr89693.C: New test.
+
+2019-04-15  Dominique d'Humieres  <dominiq@gcc.gnu.org>
+
+       PR tree-optimization/90020
+       * gcc.dg/torture/pr90020.c: Add linker options for darwin.
+
+2019-04-14  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR lto/89358
+       * g++.dg/lto/pr89358_0.C: New testcase.
+       * g++.dg/lto/pr89358_1.C: New testcase.
+
+2019-04-14  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/85448
+       * gfortran.dg/bind_c_usage_33.f90: New test and...
+       * gfortran.dg/bind_c_usage_33_c.c: Additional source.
+
+2019-04-14  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/89843
+       * gfortran.dg/ISO_Fortran_binding_4.f90: Modify the value of x
+       in ctg. Test the conversion of the descriptor types in the main
+       program.
+       * gfortran.dg/ISO_Fortran_binding_10.f90: New test.
+       * gfortran.dg/ISO_Fortran_binding_10.c: Called by it.
+
+       PR fortran/89846
+       * gfortran.dg/ISO_Fortran_binding_11.f90: New test.
+       * gfortran.dg/ISO_Fortran_binding_11.c: Called by it.
+
+       PR fortran/90022
+       * gfortran.dg/ISO_Fortran_binding_1.c: Correct the indexing for
+       the computation of 'ans'. Also, change the expected results for
+       CFI_is_contiguous to comply with standard.
+       * gfortran.dg/ISO_Fortran_binding_1.f90: Correct the expected
+       results for CFI_is_contiguous to comply with standard.
+       * gfortran.dg/ISO_Fortran_binding_9.f90: New test.
+       * gfortran.dg/ISO_Fortran_binding_9.c: Called by it.
+
+2019-04-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/89093
+       * gcc.target/arm/pr89093.c: New test.
+
+2019-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/89933
+       * c-c++-common/pr89933.c: New test.
+
+2019-04-12  Martin Sebor  <msebor@redhat.com>
+
+       PR c/88383
+       PR c/89288
+       PR c/89798
+       PR c/89797
+       * c-c++-common/attributes-1.c: Adjust.
+       * c-c++-common/builtin-has-attribute-4.c: Adjust expectations.
+       * c-c++-common/builtin-has-attribute-6.c: New test.
+       * c-c++-common/builtin-has-attribute-7.c: New test.
+       * c-c++-common/pr71574.c: Adjust.
+       * gcc.dg/pr25559.c: Adjust.
+       * gcc.dg/attr-vector_size.c: New test.
+
+2019-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/89965
+       * gcc.target/i386/pr89965.c: New test.
+
+2019-04-12  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/87603 - constexpr functions are no longer noexcept.
+       * g++.dg/cpp0x/constexpr-noexcept.C: Adjust the expected result.
+       * g++.dg/cpp0x/constexpr-noexcept3.C: Likewise.
+       * g++.dg/cpp0x/constexpr-noexcept4.C: Likewise.
+       * g++.dg/cpp0x/constexpr-noexcept8.C: New test.
+       * g++.dg/cpp0x/inh-ctor32.C: Remove dg-message.
+       * g++.dg/cpp1y/constexpr-noexcept1.C: New test.
+
+2019-04-12  Marek Polacek  <polacek@redhat.com>
+
+       * g++.dg/cpp0x/noexcept30.C: Tweak dg-error.
+       * g++.dg/cpp0x/pr86397-1.C: Likewise.
+       * g++.dg/cpp0x/pr86397-2.C: Likewise.
+
+2019-04-12  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * g++.target/arm/arm.exp: Change format of default prune regex.
+       * gcc.target/arm/arm.exp: Change format of default prune regex.
+
+2019-04-12  Martin Liska  <mliska@suse.cz>
+
+       PR middle-end/89970
+       * gcc.target/i386/mvc15.c: New test.
+       * gcc.target/i386/mvc3.c: Quote target in error pattern.
+       * gcc.target/i386/mvc4.c: Remove duplicit 'default'.
+
+2019-04-12  Kelvin Nilsen  <kelvin@gcc.gnu.org>
+
+       PR target/87532
+       * gcc.target/powerpc/fold-vec-extract-char.p8.c: Adjust expected
+       instruction counts.
+       * gcc.target/powerpc/fold-vec-extract-int.p8.c: Likewise.
+       * gcc.target/powerpc/fold-vec-extract-short.p8.c: Likewise.
+
+2019-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/89946
+       * c-c++-common/pr89946.c: New test.
+
+       PR rtl-optimization/90026
+       * g++.dg/opt/pr90026.C: New test.
+
+2018-04-11  Steve Ellcey  <sellcey@marvell.com>
+
+       PR rtl-optimization/87763
+       * gcc.target/aarch64/combine_bfxil.c: Change some bfxil checks
+       to bfi.
+
+2019-04-11  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/90020
+       * gcc.dg/torture/pr90020.c: New testcase.
+
+2019-04-11  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/90018
+       * gcc.dg/vect/pr90018.c: New testcase.
+
+2018-04-10  Steve Ellcey  <sellcey@marvell.com>
+
+       PR rtl-optimization/87763
+       * gcc.target/aarch64/combine_bfxil.c: Change some bfxil checks
+       to bfi.
+       * gcc.target/aarch64/combine_bfi_2.c: New test.
+
+2019-04-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/90025
+       * gcc.c-torture/execute/pr90025.c: New test.
+
+       PR c++/90010
+       * gcc.dg/pr90010.c: New test.
+
+2019-04-09  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/ifcvt-onecmpl-abs-1.c
+       (dg-options): Use -O2 -fdump-rtl-ce1.
+       (dg-final): Scan ce1 RTL dump instead of asm dump.
+
+2019-04-09  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       PR target/90024
+       * gcc.dg/torture/neon-immediate-timode.c: New test.
+
+2019-04-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/89998
+       * gcc.c-torture/compile/pr89998-1.c: New test.
+       * gcc.c-torture/compile/pr89998-2.c: New test.
+
+       PR target/90015
+       * gcc.target/riscv/interrupt-conflict-mode.c (foo): Adjust expected
+       diagnostics.
+
+2019-04-08  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/90006
+       * gcc.dg/vect/bb-slp-pr90006.c: New testcase.
+
+2019-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/89865
+       * gcc.target/i386/pr49095.c: Don't expect any RMW sequences.
+
+       PR rtl-optimization/89865
+       * gcc.target/i386/pr49095.c: Adjust number of expected RMW spots
+       on ia32.
+
+2019-04-01  Bin Cheng  <bin.cheng@linux.alibaba.com>
+
+       PR tree-optimization/89725
+       * gcc.dg/tree-ssa/pr89725.c: New test.
+
+2019-04-08  Martin Liska  <mliska@suse.cz>
+
+       * gcc.target/riscv/arch-1.c: Fix expected scanned pattern.
+
+2019-04-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/89914
+       * g++.dg/ext/has_nothrow_constructor-3.C: New.
+
+2019-04-07  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/89945
+       * gcc.target/i386/pr89945.c: New test.
+
+2019-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/87352
+       * gfortran.dg/finalize_28.f90: Adjust count of __builtin_free.
+       * gfortran.dg/finalize_33.f90: Likewise.
+       * gfortran.dg/finalize_34.f90: New test.
+
+2019-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/89981
+       * gfortran.dg/entry_22.f90: New test.
+
+2019-04-05  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/87145 - bogus error converting class type in template arg list.
+       * g++.dg/cpp0x/constexpr-conv3.C: New test.
+       * g++.dg/cpp0x/constexpr-conv4.C: New test.
+
+2019-04-05  Martin Sebor  <msebor@redhat.com>
+
+       PR bootstrap/89980
+       * g++.dg/init/array52.C: New test.
+
+2019-04-05  David Malcolm  <dmalcolm@redhat.com>
+
+       PR c/89985
+       * c-c++-common/pr89985.c: New test.
+
+2019-04-05  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       PR c/71598
+       * gcc.dg/torture/pr71598-1.c: dg-prune arm linker messages about
+       size of enums.
+       * gcc.dg/torture/pr71598-2.c: Likewise.
+
+2019-04-05  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/89973 - -Waddress-of-packed-member ICE with invalid conversion.
+       * g++.dg/warn/Waddress-of-packed-member2.C: New test.
+
+2019-04-05  Richard Biener  <rguenther@suse.de>
+
+       PR debug/89892
+       PR debug/89905
+       * gcc.dg/guality/pr89892.c: New testcase.
+       * gcc.dg/guality/pr89905.c: Likewise.
+       * gcc.dg/guality/loop-1.c: Likewise.
+
+2019-04-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR tree-optimization/89956
+       * gfortran.dg/pr89956.f90: New test.
+
+2019-04-04  Martin Sebor  <msebor@redhat.com>
+
+       PR c++/89974
+       PR c++/89878
+       PR c++/89833
+       PR c++/47488
+       * gcc/testsuite/g++.dg/abi/mangle69.C: New test.
+       * gcc/testsuite/g++.dg/abi/mangle70.C: New test.
+       * gcc/testsuite/g++.dg/abi/mangle71.C: New test.
+       * gcc/testsuite/g++.dg/abi/mangle72.C: New test.
+       * gcc/testsuite/g++.dg/cpp0x/constexpr-array19.C: New test.
+       * gcc/testsuite/g++.dg/cpp2a/nontype-class15.C: New test.
+       * gcc/testsuite/g++.dg/cpp2a/nontype-class16.C: New test.
+       * gcc/testsuite/g++.dg/init/array51.C: New test.
+       * gcc/testsuite/g++.dg/template/nontype29.C: New test.
+
+2019-04-04  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/89957
+       PR middle-end/89911
+       * gcc.dg/Wstringop-overflow-13.c: New test.
+
+2019-04-04  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/89934
+       * gcc.dg/Wrestrict-19.c: New test.
+       * gcc.dg/Wrestrict-5.c: Add comment.  Remove unused code.
+
+2019-04-04  Jeff Law  <law@redhat.com>
+
+       PR rtl-optimization/89399
+       * gcc.c-torture/compile/pr89399.c: New test.
+
+2019-04-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/89904
+       * gfortran.dg/pr85797.f90: Adjust testcase.
+
+2019-04-04  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/65619
+       * g++.dg/template/friend67.C: New.
+
+2019-04-04  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/61327
+       * g++.dg/cpp0x/friend4.C: New.
+       * g++.dg/cpp0x/friend5.C: Likewise.
+
+2019-04-04  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/56643
+       * g++.dg/cpp0x/noexcept40.C: New.
+
+2019-04-03  Dominique d'Humieres  <dominiq@gcc.gnu.org>
+
+       PR fortran/68567
+       * gfortran.dg/parameter_array_error_1.f90: New test.
+
 2019-04-03  qing zhao  <qing.zhao@oracle.com>
 
        PR tree-optimization/89730
@@ -8,7 +368,7 @@
        * lib/go-torture.exp: Only add lto to TORTURE_OPTIONS if it is
        supported.
 
-2019-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
+2019-04-03  Christophe Lyon  <christophe.lyon@linaro.org>
 
        PR c/71598
        * gcc.dg/torture/pr71598-1.c: Skip if short_enums target.
 2019-03-27  Bill Schmidt  <wschmidt@linux.ibm.com>
 
        PR testsuite/89834
-        * gcc.dg/vect/pr81740-2.c: Require vect_hw_misalign.
+       * gcc.dg/vect/pr81740-2.c: Require vect_hw_misalign.
 
 2019-03-27  Peter Bergner  <bergner@linux.ibm.com>
 
 
 2019-02-19  Richard Biener  <rguenther@suse.de>
 
-        PR middle-end/88074
+       PR middle-end/88074
        * gcc.dg/pr88074.c: New testcase.
 
 2019-02-19  Jakub Jelinek  <jakub@redhat.com>
 
 2019-02-05  Nikhil Benesch  <nikhil.benesch@gmail.com>
 
-        PR go/89019
-        * lib/go-torture.exp: Test compiling with -flto.
+       PR go/89019
+       * lib/go-torture.exp: Test compiling with -flto.
 
 2019-02-06  Joseph Myers  <joseph@codesourcery.com>
 
 
 2019-01-15  Nikhil Benesch  <nikhil.benesch@gmail.com>
 
-        * gcc.misc-tests/godump-1.c: Add test case for typedef before
+       * gcc.misc-tests/godump-1.c: Add test case for typedef before
        struct.
 
 2019-01-15  David Malcolm  <dmalcolm@redhat.com>
        * g++.dg/cpp1z/class-deduction61.C: New test.
 
 2019-01-02  Martin Sebor  <msebor@redhat.com>
-            Jeff Law  <law@redhat.com>
+           Jeff Law  <law@redhat.com>
 
        * gcc.dg/strlenopt-36.c: Update.
        * gcc.dg/strlenopt-45.c: Update.
        targets and expect _ZThn8 for ilp32 targets.
 
 2019-01-01  Martin Sebor  <msebor@redhat.com>
-            Jeff Law  <law@redhat.com>
+           Jeff Law  <law@redhat.com>
 
        * gcc.dg/strlenopt-40.c: Update.
        * gcc.dg/strlenopt-51.c: Likewise.