public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-vla: f77 -> f90 as upstream did.
@ 2011-07-22 18:02 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2011-07-22 18:02 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-vla has been updated
       via  b02762e0bf269ea2c5b0ea9b7de1659cfca277b2 (commit)
      from  1d2b1e48910b1b4f57f6c9fd9fefb7ccaa214429 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit b02762e0bf269ea2c5b0ea9b7de1659cfca277b2
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Jul 22 20:01:51 2011 +0200

    f77 -> f90 as upstream did.

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/gdb.fortran/dwarf-stride.exp        |    2 +-
 gdb/testsuite/gdb.fortran/dynamic-other-frame.exp |    4 ++--
 gdb/testsuite/gdb.fortran/dynamic.exp             |    2 +-
 gdb/testsuite/gdb.fortran/string.exp              |    2 +-
 gdb/testsuite/gdb.fortran/subrange.exp            |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.fortran/dwarf-stride.exp b/gdb/testsuite/gdb.fortran/dwarf-stride.exp
index cd3486b..d7b8bea 100644
--- a/gdb/testsuite/gdb.fortran/dwarf-stride.exp
+++ b/gdb/testsuite/gdb.fortran/dwarf-stride.exp
@@ -27,7 +27,7 @@
 set testfile dwarf-stride
 set srcfile ${testfile}.f90
 
-if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug f77}] } {
+if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug f90}] } {
     return -1
 }
 
diff --git a/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp b/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp
index 4fdd5ee..fa41b80 100644
--- a/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp
+++ b/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp
@@ -21,8 +21,8 @@ set objfile2 ${objdir}/${subdir}/${testfile}-stub.o
 set executable ${testfile}
 set binfile ${objdir}/${subdir}/${executable}
 
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${objfile2}" object {f77}] != ""
-     || [gdb_compile "${srcdir}/${subdir}/${srcfile1} ${objfile2}" "${binfile}" executable {debug f77}] != "" } {
+if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${objfile2}" object {f90}] != ""
+     || [gdb_compile "${srcdir}/${subdir}/${srcfile1} ${objfile2}" "${binfile}" executable {debug f90}] != "" } {
     untested "Couldn't compile ${srcfile1} or ${srcfile2}"
     return -1
 }
diff --git a/gdb/testsuite/gdb.fortran/dynamic.exp b/gdb/testsuite/gdb.fortran/dynamic.exp
index 0ccebe0..3b4a43f 100644
--- a/gdb/testsuite/gdb.fortran/dynamic.exp
+++ b/gdb/testsuite/gdb.fortran/dynamic.exp
@@ -25,7 +25,7 @@ set testfile "dynamic"
 set srcfile ${testfile}.f90
 set binfile ${objdir}/${subdir}/${testfile}
 
-if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug f77 quiet}] != "" } {
+if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug f90 quiet}] != "" } {
     untested "Couldn't compile ${srcfile}"
     return -1
 }
diff --git a/gdb/testsuite/gdb.fortran/string.exp b/gdb/testsuite/gdb.fortran/string.exp
index b1120c3..39de2c4 100644
--- a/gdb/testsuite/gdb.fortran/string.exp
+++ b/gdb/testsuite/gdb.fortran/string.exp
@@ -23,7 +23,7 @@ set testfile "string"
 set srcfile ${testfile}.f90
 set binfile ${objdir}/${subdir}/${testfile}
 
-if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug f77 quiet}] != "" } {
+if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug f90 quiet}] != "" } {
     untested "Couldn't compile ${srcfile}"
     return -1
 }
diff --git a/gdb/testsuite/gdb.fortran/subrange.exp b/gdb/testsuite/gdb.fortran/subrange.exp
index be372c1..c819e23 100644
--- a/gdb/testsuite/gdb.fortran/subrange.exp
+++ b/gdb/testsuite/gdb.fortran/subrange.exp
@@ -17,7 +17,7 @@ if { [skip_fortran_tests] } { return -1 }
 
 set testfile "subrange"
 set srcfile ${testfile}.f90
-if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug f77}] } {
+if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug f90}] } {
     return -1
 }
 


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-22 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-22 18:02 [SCM] archer-jankratochvil-vla: f77 -> f90 as upstream did jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).