1 # Copyright
(C
) 2003-2013 Free Software Foundation
, Inc.
3 # This
program is free software
; you can redistribute it and
/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation
; either version
3 of the License
, or
6 #
(at your option
) any later version.
8 # This
program is distributed in the hope that it will be useful
,
9 # but WITHOUT
ANY WARRANTY
; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License
for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with GCC
; see the file COPYING3.
If not see
15 #
<http
://www.gnu.org
/licenses
/>.
17 # This file is just
'sed -e 's
/77/fortran
/g
' \
18 # -e 's
/f2c
/gfortran
' g77.exp > gfortran.exp'
20 # with some minor modifications to make it work.
23 # gfortran support library routines
28 load_lib target
-libpath.exp
29 load_lib target
-supports.exp
32 # GFORTRAN_UNDER_TEST is the compiler under test.
36 set gpp_compile_options
""
40 # gfortran_version
-- extract and print the version number of the compiler
43 proc gfortran_version
{ } {
44 global GFORTRAN_UNDER_TEST
48 # ignore
any arguments after the command
49 set compiler
[lindex $GFORTRAN_UNDER_TEST
0]
51 # verify that the compiler
exists
52 if { [is_remote host
] ||
[which $compiler
] != 0 } then {
53 set tmp
[remote_exec host
"$compiler -v"]
54 set status [lindex $tmp
0]
55 set output
[lindex $tmp
1]
56 regexp
" version \[^\n\r\]*" $output version
57 if { $
status == 0 && [info exists version
] } then {
59 clone_output
"$compiler $version\n"
61 clone_output
"[which $compiler] $version\n"
64 clone_output
"Couldn't determine version of [which $compiler]\n"
67 # compiler does not exist
(this should have already been detected
)
68 warning
"$compiler does not exist"
73 # gfortran_link_flags
-- provide new version of gfortran_link_flags
74 #
(originally from libgloss.exp
) which knows about the gcc tree structure
77 proc gfortran_link_flags
{ paths
} {
79 global ld_library_path
80 global GFORTRAN_UNDER_TEST
86 set ld_library_path
"."
87 set shlib_ext
[get_shlib_extension
]
88 verbose
"shared lib extension: $shlib_ext"
90 if { $gccpath
!= "" } {
91 if [file
exists "${gccpath}/libgfortran/.libs/libgfortran.a"] {
92 # Some targets use libgfortran.a
%s in their specs
, so they need a
-B option
93 #
for uninstalled testing.
94 append flags
"-B${gccpath}/libgfortran/.libs "
95 append flags
"-L${gccpath}/libgfortran/.libs "
96 append ld_library_path
":${gccpath}/libgfortran/.libs"
98 if [file
exists "${gccpath}/libgfortran/.libs/libgfortran.${shlib_ext}"] {
99 append flags
"-L${gccpath}/libgfortran/.libs "
100 append ld_library_path
":${gccpath}/libgfortran/.libs"
102 if [file
exists "${gccpath}/libgfortran/libgforbegin.a"] {
103 append flags
"-L${gccpath}/libgfortran "
105 if [file
exists "${gccpath}/libquadmath/.libs/libquadmath.a"] {
106 # Some targets use libquadmath.a
%s in their specs
, so they need a
-B option
107 #
for uninstalled testing.
108 append flags
"-B${gccpath}/libquadmath/.libs "
109 append flags
"-L${gccpath}/libquadmath/.libs "
110 append ld_library_path
":${gccpath}/libquadmath/.libs"
112 if [file
exists "${gccpath}/libquadmath/.libs/libquadmath.${shlib_ext}"] {
113 append flags
"-L${gccpath}/libquadmath/.libs "
114 append ld_library_path
":${gccpath}/libquadmath/.libs"
116 if [file
exists "${gccpath}/libiberty/libiberty.a"] {
117 append flags
"-L${gccpath}/libiberty "
119 append ld_library_path \
120 [gcc
-set-multilib
-library
-path $GFORTRAN_UNDER_TEST
]
123 set_ld_library_path_env_vars
129 # gfortran_init
-- called at the start of each subdir of tests
132 proc gfortran_init
{ args } {
134 global gpp_initialized
138 global gluefile wrap_flags
140 global ALWAYS_GFORTRANFLAGS
141 global TOOL_EXECUTABLE TOOL_OPTIONS
142 global GFORTRAN_UNDER_TEST
143 global TESTING_IN_BUILD_TREE
144 global gcc_warning_prefix
145 global gcc_error_prefix
146 global TEST_ALWAYS_FLAGS
148 # We
set LC_ALL and LANG to C so that we
get the same error messages as expected.
152 set gcc_warning_prefix
"\[Ww\]arning:"
153 set gcc_error_prefix
"(Fatal )?\[Ee\]rror:"
155 # Many hosts now default to a non
-ASCII C locale
, however
, so
156 # they can
set a
charset encoding here
if they need.
157 if { [ishost
"*-*-cygwin*"] } {
158 setenv LC_ALL C.ASCII
162 if ![info exists GFORTRAN_UNDER_TEST
] then {
163 if [info exists TOOL_EXECUTABLE
] {
164 set GFORTRAN_UNDER_TEST $TOOL_EXECUTABLE
166 if { [is_remote host
] ||
! [info exists TESTING_IN_BUILD_TREE
] } {
167 set GFORTRAN_UNDER_TEST
[transform gfortran
]
169 if [info exists TOOL_OPTIONS
] {
170 set specpath
[get_multilibs $
{TOOL_OPTIONS
}]
172 set specpath
[get_multilibs
]
174 set GFORTRAN_UNDER_TEST
[findfile $base_dir
/..
/..
/gfortran
"$base_dir/../../gfortran -B$base_dir/../../ -B$specpath/libgfortran/" [findfile $base_dir/gfortran "$base_dir/gfortran -B$base_dir/" [transform gfortran]]]
179 if ![is_remote host
] {
180 if { [which $GFORTRAN_UNDER_TEST
] == 0 } then {
181 perror
"GFORTRAN_UNDER_TEST ($GFORTRAN_UNDER_TEST) does not exist"
185 if ![info exists tmpdir
] {
189 if [info exists gluefile
] {
193 gfortran_maybe_build_wrapper
"${tmpdir}/gfortran-testglue.o"
195 set ALWAYS_GFORTRANFLAGS
""
197 # TEST_ALWAYS_FLAGS are flags that should be passed to
every
198 # compilation. They are passed first to allow individual
199 # tests to override them.
200 if [info exists TEST_ALWAYS_FLAGS
] {
201 lappend ALWAYS_GFORTRANFLAGS
"additional_flags=$TEST_ALWAYS_FLAGS"
204 if ![is_remote host
] {
205 if [info exists TOOL_OPTIONS
] {
206 lappend ALWAYS_GFORTRANFLAGS
"ldflags=[gfortran_link_flags [get_multilibs ${TOOL_OPTIONS}] ]"
208 lappend ALWAYS_GFORTRANFLAGS
"ldflags=[gfortran_link_flags [get_multilibs] ]"
212 if [info exists TOOL_OPTIONS
] {
213 lappend ALWAYS_GFORTRANFLAGS
"additional_flags=$TOOL_OPTIONS"
216 #
On the SPU
, most of the fortran test cases exceed local store size.
217 # Use automatic overlay support to make them fit.
218 if { [check_effective_target_spu_auto_overlay
] } {
219 lappend ALWAYS_GFORTRANFLAGS
"ldflags=-Wl,--auto-overlay"
220 lappend ALWAYS_GFORTRANFLAGS
"ldflags=-Wl,--reserved-space=131072"
223 verbose
-log "ALWAYS_GFORTRANFLAGS set to $ALWAYS_GFORTRANFLAGS"
225 verbose
"gfortran is initialized" 3
229 # gfortran_target_compile
-- compile a source file
232 proc gfortran_target_compile
{ source dest type options
} {
234 global gluefile wrap_flags
235 global ALWAYS_GFORTRANFLAGS
236 global GFORTRAN_UNDER_TEST
238 if { [target_info needs_status_wrapper
] != "" && [info exists gluefile] } {
239 lappend options
"libs=${gluefile}"
240 lappend options
"ldflags=${wrap_flags}"
243 lappend options
"compiler=$GFORTRAN_UNDER_TEST"
244 lappend options
"timeout=[timeout_value]"
246 set options
[concat
"$ALWAYS_GFORTRANFLAGS" $options]
247 set options
[dg
-additional
-files
-options $options $source
]
248 return [target_compile $source $dest $type $options
]