aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanus Weil <janus@gcc.gnu.org>2015-01-27 19:36:52 +0100
committerJanus Weil <janus@gcc.gnu.org>2015-01-27 19:36:52 +0100
commit6e17947e9f37f70e9f1093608885a8a02945cd79 (patch)
tree3b04de75a7196cf6758cd367a54a039c6c4ffa11
parent7e8338d861d338dcf608d9ba8fb4a0289e44820e (diff)
downloadgcc-6e17947e9f37f70e9f1093608885a8a02945cd79.zip
gcc-6e17947e9f37f70e9f1093608885a8a02945cd79.tar.gz
gcc-6e17947e9f37f70e9f1093608885a8a02945cd79.tar.bz2
re PR fortran/64230 (Invalid memory reference in a compiler-generated finalizer for allocatable component)
2015-01-27 Janus Weil <janus@gcc.gnu.org> PR fortran/64230 * gfortran.dg/class_allocate_18.f90: Remove -fsanitize option to prevent linking errors. From-SVN: r220181
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gfortran.dg/class_allocate_18.f901
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c8170c1..8b1e050 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-27 Janus Weil <janus@gcc.gnu.org>
+
+ PR fortran/64230
+ * gfortran.dg/class_allocate_18.f90: Remove -fsanitize option to
+ prevent linking errors.
+
2015-01-27 Jan Hubicka <hubicka@ucw.cz>
PR ipa/64282
diff --git a/gcc/testsuite/gfortran.dg/class_allocate_18.f90 b/gcc/testsuite/gfortran.dg/class_allocate_18.f90
index 0dd0c68..ad3f76c 100644
--- a/gcc/testsuite/gfortran.dg/class_allocate_18.f90
+++ b/gcc/testsuite/gfortran.dg/class_allocate_18.f90
@@ -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
!