]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-vla-intel-tests.patch
- up to 8.1
[packages/gdb.git] / gdb-vla-intel-tests.patch
index 427ec950c8bc7022de1bdcfd3626f5fbf8025eb4..68c288470ce67137485deb7c22c303426275c2ee 100644 (file)
@@ -1,7 +1,27 @@
-Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-func.exp
-===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-func.exp        2016-01-08 19:15:44.983637680 +0100
+From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
+From: Fedora GDB patches <invalid@email.com>
+Date: Fri, 27 Oct 2017 21:07:50 +0200
+Subject: gdb-vla-intel-tests.patch
+
+FileName: gdb-vla-intel-tests.patch
+
+;;=fedoratest
+---
+ gdb/testsuite/gdb.fortran/vla-func.exp       |  61 ++++++++++++++++
+ gdb/testsuite/gdb.fortran/vla-func.f90       |  71 +++++++++++++++++++
+ gdb/testsuite/gdb.fortran/vla-stringsold.exp | 101 +++++++++++++++++++++++++++
+ gdb/testsuite/gdb.fortran/vla-stringsold.f90 |  40 +++++++++++
+ 4 files changed, 273 insertions(+)
+ create mode 100644 gdb/testsuite/gdb.fortran/vla-func.exp
+ create mode 100644 gdb/testsuite/gdb.fortran/vla-func.f90
+ create mode 100644 gdb/testsuite/gdb.fortran/vla-stringsold.exp
+ create mode 100644 gdb/testsuite/gdb.fortran/vla-stringsold.f90
+
+diff --git a/gdb/testsuite/gdb.fortran/vla-func.exp b/gdb/testsuite/gdb.fortran/vla-func.exp
+new file mode 100644
+index 0000000000..f0f236bef0
+--- /dev/null
++++ b/gdb/testsuite/gdb.fortran/vla-func.exp
 @@ -0,0 +1,61 @@
 +# Copyright 2014 Free Software Foundation, Inc.
 +
@@ -64,10 +84,11 @@ Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-func.exp
 +  "print vla3 (after func2)"
 +gdb_test "ptype vla3" "type = integer\\\(kind=4\\\) \\\(10\\\)" \
 +  "ptype vla3 (after func2)"
-Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-func.f90
-===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-func.f90        2016-01-08 19:15:44.983637680 +0100
+diff --git a/gdb/testsuite/gdb.fortran/vla-func.f90 b/gdb/testsuite/gdb.fortran/vla-func.f90
+new file mode 100644
+index 0000000000..7540f54dbb
+--- /dev/null
++++ b/gdb/testsuite/gdb.fortran/vla-func.f90
 @@ -0,0 +1,71 @@
 +! Copyright 2014 Free Software Foundation, Inc.
 +!
@@ -140,10 +161,11 @@ Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-func.f90
 +
 +  ret = .TRUE.                ! func2-returned
 +end program vla_func
-Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-stringsold.exp
-===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-stringsold.exp  2016-01-08 19:15:44.984637686 +0100
+diff --git a/gdb/testsuite/gdb.fortran/vla-stringsold.exp b/gdb/testsuite/gdb.fortran/vla-stringsold.exp
+new file mode 100644
+index 0000000000..c1bf7ef763
+--- /dev/null
++++ b/gdb/testsuite/gdb.fortran/vla-stringsold.exp
 @@ -0,0 +1,101 @@
 +# Copyright 2014 Free Software Foundation, Inc.
 +
@@ -246,10 +268,11 @@ Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-stringsold.exp
 +  "whatis var_char_p after associated"
 +gdb_test "ptype var_char_p" "type = PTR TO -> \\( character\\*7 \\)" \
 +  "ptype var_char_p after associated"
-Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-stringsold.f90
-===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-stringsold.f90  2016-01-08 19:15:44.984637686 +0100
+diff --git a/gdb/testsuite/gdb.fortran/vla-stringsold.f90 b/gdb/testsuite/gdb.fortran/vla-stringsold.f90
+new file mode 100644
+index 0000000000..0a1d5221d0
+--- /dev/null
++++ b/gdb/testsuite/gdb.fortran/vla-stringsold.f90
 @@ -0,0 +1,40 @@
 +! Copyright 2014 Free Software Foundation, Inc.
 +!
@@ -291,3 +314,6 @@ Index: gdb-7.10.50.20160106/gdb/testsuite/gdb.fortran/vla-stringsold.f90
 +  var_char_p => null()
 +  l = associated(var_char_p)              ! var_char_p-not-associated
 +end program vla_strings
+-- 
+2.14.3
+
This page took 0.029227 seconds and 4 git commands to generate.