+2004-05-13 Andreas Schwab <schwab@suse.de>
+
+ PR other/10819
+ * lib/gfortran.exp (gfortran_version): Do not match NL/CR
+ characters.
+
2004-05-13 Bud Davis <bdavis9659@comcast.net>
PR fortran/15294
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
set tmp [remote_exec host "$compiler -v"]
set status [lindex $tmp 0];
set output [lindex $tmp 1];
- regexp "version.*$" $output version
+ regexp "version\[^\n\r\]*" $output version
if { $status == 0 && [info exists version] } then {
if [is_remote host] {
clone_output "$compiler $version\n"