re PR sanitizer/78106 (ASAN can't find heap-use-after-free with -O1)
authorJakub Jelinek <jakub@gcc.gnu.org>
Tue, 25 Oct 2016 20:15:20 +0000 (22:15 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 25 Oct 2016 20:15:20 +0000 (22:15 +0200)
PR sanitizer/78106
* gcc.dg/asan/pr78106.c: Add -ffat-lto-objects to dg-options.

From-SVN: r241537

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asan/pr78106.c

index decdae89d1b2997cf66b84de1564e63150e37039..6e36b43bfe31d7215402ea243d120aea6893b82b 100644 (file)
@@ -1,4 +1,9 @@
-2016-10-25  Fritz Reese <fritzoreese@gmail.com>
+2016-10-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR sanitizer/78106
+       * gcc.dg/asan/pr78106.c: Add -ffat-lto-objects to dg-options.
+
+2016-10-25  Fritz Reese  <fritzoreese@gmail.com>
 
        * gfortran.dg/dec_bitwise_ops_1.f90: New test.
        * gfortran.dg/dec_bitwise_ops_2.f90: New test.
        PR target/78102
        * gcc.target/i386/pr78102.c: New test.
 
-2016-10-25  Fritz Reese <fritzoreese@gmail.com>
+2016-10-25  Fritz Reese  <fritzoreese@gmail.com>
 
        * gfortran.dg/dec_logical_xor_1.f90: New test.
        * gfortran.dg/dec_logical_xor_2.f90: New test.
        * gfortran.dg/dec_logical_xor_3.f03: New test.
 
-2016-10-25  Fritz Reese <fritzoreese@gmail.com>
+2016-10-25  Fritz Reese  <fritzoreese@gmail.com>
 
        * gfortran.dg/dec_loc_rval_1.f90: New test.
        * gfortran.dg/dec_loc_rval_2.f90: New test.
        * gfortran.dg/dec_loc_rval_3.f03: New test.
 
-2016-10-25  Fritz Reese <fritzoreese@gmail.com>
+2016-10-25  Fritz Reese  <fritzoreese@gmail.com>
 
        * gfortran.dg/dec_type_print.f90: New testcase.
 
-2016-10-25  Fritz Reese <fritzoreese@gmail.com>
+2016-10-25  Fritz Reese  <fritzoreese@gmail.com>
 
        * gfortran.dg/feed_1.f90: New test.
        * gfortran.dg/feed_2.f90: New test.
        * g++.dg/concepts/decl-diagnose.C (struct X): Expect also error about
        uninitialized const.
 
-2016-10-13  Sandra Loosemore <sandra@codesourcery.com>
+2016-10-13  Sandra Loosemore  <sandra@codesourcery.com>
 
        * gcc.target/arm/scd42-1.c: Skip if -mcpu incompatible with
        Xscale is specified, not just -march.
index d333f9bc082d567fc18f14365cf4800e7dc8e315..adf65dd68f490ec3c05fb1a8063663d438c3bcee 100644 (file)
@@ -1,6 +1,6 @@
 /* PR sanitizer/78106 */
 /* { dg-do compile } */
-/* { dg-options "-fsanitize=address -fdump-tree-sanopt-details" } */
+/* { dg-options "-fsanitize=address -fdump-tree-sanopt-details -ffat-lto-objects" } */
 
 int *variable;