]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR fortran/64230 (Invalid memory reference in a compiler-generated final...
authorJanus Weil <janus@gcc.gnu.org>
Tue, 27 Jan 2015 19:49:55 +0000 (20:49 +0100)
committerJanus Weil <janus@gcc.gnu.org>
Tue, 27 Jan 2015 19:49:55 +0000 (20:49 +0100)
2015-01-27  Janus Weil  <janus@gcc.gnu.org>

Backport from mainline
PR fortran/64230
* gfortran.dg/class_allocate_18.f90: Remove -fsanitize option to
prevent linking errors.

From-SVN: r220187

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/class_allocate_18.f90

index 6b46791cfc6688d9e56df67f12593273f59b00e1..ae59017e04e72e3b02149eabb37a9ef00acfc997 100644 (file)
@@ -1,3 +1,10 @@
+2015-01-27  Janus Weil  <janus@gcc.gnu.org>
+
+       Backport from mainline
+       PR fortran/64230
+       * gfortran.dg/class_allocate_18.f90: Remove -fsanitize option to
+       prevent linking errors.
+
 2015-01-27  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/64771
index 0dd0c68367e9828c450c152f060f2a98faba02d7..ad3f76c30838f8dea172103d184e56c77cff4f0b 100644 (file)
@@ -1,5 +1,4 @@
 ! { dg-do run }
-! { dg-options "-fsanitize=undefined" }
 !
 ! PR 64230: [4.9/5 Regression] Invalid memory reference in a compiler-generated finalizer for allocatable component
 !