]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
asan_test.C: Compile with -D__NO_INLINE__ for *-*-linux-gnu targets.
authorUros Bizjak <uros@gcc.gnu.org>
Sat, 9 Feb 2013 15:06:08 +0000 (16:06 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 9 Feb 2013 15:06:08 +0000 (16:06 +0100)
* g++.dg/asan/asan_test.C: Compile with -D__NO_INLINE__
for *-*-linux-gnu targets.
* g++.dg/asan/interception-test-1.c: Ditto.
* g++.dg/asan/interception-failure-test-1.C: Ditto.
* g++.dg/asan/interception-malloc-test-1.C: Ditto.

From-SVN: r195916

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/asan/asan_test.C
gcc/testsuite/g++.dg/asan/interception-failure-test-1.C
gcc/testsuite/g++.dg/asan/interception-malloc-test-1.C
gcc/testsuite/g++.dg/asan/interception-test-1.C

index 69d7a15d2adebcde9d9ca984b28a02abb38fc652..53cbcf85ac2609d7d9960d704fa32974874dcdcc 100644 (file)
@@ -1,3 +1,11 @@
+2013-02-09  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.dg/asan/asan_test.C: Compile with -D__NO_INLINE__
+       for *-*-linux-gnu targets.
+       * g++.dg/asan/interception-test-1.c: Ditto.
+       * g++.dg/asan/interception-failure-test-1.C: Ditto.
+       * g++.dg/asan/interception-malloc-test-1.C: Ditto.
+
 2013-02-09  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/55362
        * gfortran.dg/realloc_on _assign_17.f90 : New test.
 
 2013-02-04  Alexander Potapenko <glider@google.com>
-            Jack Howarth  <howarth@bromo.med.uc.edu>
+           Jack Howarth  <howarth@bromo.med.uc.edu>
            Jakub Jelinek  <jakub@redhat.com>
 
        PR sanitizer/55617
index 106c1121ac5e91fbebe6b2e9c41614827b045819..80be39b95af5f3de2d39a8085ba9e8aab0fe23eb 100644 (file)
@@ -7,6 +7,7 @@
 // { dg-additional-options "-DASAN_LOW_MEMORY=1 -DASAN_NEEDS_SEGV=0" { target arm*-*-* } }
 // { dg-additional-options "-DASAN_AVOID_EXPENSIVE_TESTS=1" { target { ! run_expensive_tests } } }
 // { dg-additional-options "-msse2" { target { i?86-*-linux* x86_64-*-linux* } } }
+// { dg-additional-options "-D__NO_INLINE__" { target { *-*-linux-gnu } } }
 // { dg-final { asan-gtest } }
 
 #include "asan_test.cc"
index db105ae871f45571757942659ff12e8039423758..d326e56cf932e2d253c52d8267652da33541dfe4 100644 (file)
@@ -3,6 +3,7 @@
 
 // { dg-do run }
 // { dg-options "-fno-builtin-malloc -fno-builtin-free" }
+// { dg-additional-options "-D__NO_INLINE__" { target { *-*-linux-gnu } } }
 
 #include <stdlib.h>
 #include <stdio.h>
index b7999e94b1dde04ef76b6d83c925339298574b20..e64c184a48a760b1537c5041c23c0639f17bc153 100644 (file)
@@ -2,6 +2,7 @@
 
 // { dg-do run { target *-*-linux* } }
 // { dg-options "-fno-builtin-free" }
+// { dg-additional-options "-D__NO_INLINE__" { target { *-*-linux-gnu } } }
 // { dg-shouldfail "asan" }
 
 #include <stdlib.h>
index 04c846a70a0f5d1d23ce1852077b76b863bd40f4..79248e06df69a4b93aae8b92aa84d1e5f3be18b8 100644 (file)
@@ -2,6 +2,7 @@
 
 // { dg-do run }
 // { dg-options "-fno-builtin-malloc -fno-builtin-free" }
+// { dg-additional-options "-D__NO_INLINE__" { target { *-*-linux-gnu } } }
 // { dg-shouldfail "asan" }
 // { dg-skip-if "Darwin uses mac function interposition" { *-*-darwin* } }