x86: Don't generate vzeroupper if caller passes AVX/AVX512 registers
[gcc.git] / gcc / testsuite / ChangeLog
index 29b3b835acccb4dcd39102cff41d90df0f9d6f53..28439297735b9221fa94b9885ffd0f7b7dfb4f1d 100644 (file)
@@ -1,3 +1,84 @@
+2019-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/88717
+       * gcc.target/i386/pr88717.c: New test.
+
+2019-01-08  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/88548 - this accepted in static member functions.
+       * g++.dg/cpp0x/this1.C: New test.
+
+2019-01-08  Martin Liska  <mliska@suse.cz>
+
+       PR tree-optimization/88753
+       * gcc.dg/tree-ssa/pr88753.c: New test.
+
+2019-01-08  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/86554
+       * gcc.dg/torture/pr86554-1.c: New testcase.
+       * gcc.dg/torture/pr86554-2.c: Likewise.
+
+2019-01-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.dg/diagnostic/thread1.C: Tweak expected error #line 13 to
+       cover target variance.
+
+2019-01-08  Richard Biener  <rguenther@suse.de>
+
+       PR fortran/88611
+       * trans-expr.c (gfc_conv_initializer): For ISOCBINDING_NULL_*
+       directly build the expected GENERIC tree.
+
+2019-01-08  Sam Tebbs  <sam.tebbs@arm.com>
+
+       * gcc.target/aarch64/(return_address_sign_1.c,
+       return_address_sign_2.c, return_address_sign_3.c (__attribute__)):
+       Change option to -mbranch-protection.
+       * gcc.target/aarch64/(branch-protection-option.c,
+       branch-protection-option-2.c, branch-protection-attr.c,
+       branch-protection-attr-2.c): New file.
+
+2019-01-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.dg/diagnostic/out-of-class-redeclaration.C: New.
+
+2019-01-08  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * c-c++-common/builtin-has-attribute-3.c: Skip tests requiring symbol
+       alias support.
+       * c-c++-common/builtin-has-attribute-4.c: Likewise.
+       Append match for warning that ‘protected’ attribute is not supported.
+
+2019-01-08  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.dg/Wmissing-attributes.c: Require alias support.
+       * gcc.dg/attr-copy-2.c: Likewise.
+       * gcc.dg/attr-copy-5.c: Likewise.
+
+2019-01-08  Jonathan Wakely  <jwakely@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/88554
+       * g++.dg/warn/Wreturn-type-11.C: New test.
+
+2019-01-07  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/88747
+       * jit.dg/test-sum-of-squares.c (verify_code): Update expected vrp
+       dump to reflect r266077.
+
+2019-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/88701
+       * gcc.dg/pr88701.c: New test.
+
+2019-01-07  Joseph Myers  <joseph@codesourcery.com>
+
+       PR c/88720
+       PR c/88726
+       * gcc.dg/inline-40.c, gcc.dg/inline-41.c: New tests.
+
 2019-01-07  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * g++.dg/diagnostic/constexpr1.C: New.