Document setting experimental on release branch.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto.exp
CommitLineData
af55061b 1# Expect script for ld-plugin LTO tests
219d1afa 2# Copyright (C) 2011-2018 Free Software Foundation, Inc.
af55061b
L
3#
4# This file is part of the GNU Binutils.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19# MA 02110-1301, USA.
20
47523653
AM
21# Check to see if the C and C++ compilers work
22if { [which $CC] == 0 || [which $CXX] == 0 } {
4ce6ca2c
AM
23 return
24}
25
af55061b
L
26# These tests require plugin and LTO.
27if { ![check_plugin_api_available]
28 || ![check_lto_available] } {
29 return
30}
31
fef75122
L
32global INT128_CFLAGS
33
af55061b
L
34global CFLAGS
35global CXXFLAGS
36set saved_CFLAGS "$CFLAGS"
37set saved_CXXFLAGS "$CXXFLAGS"
17c34b8f
AS
38regsub -all "(\\-Wp,)?-D_FORTIFY_SOURCE=\[0-9\]+" $CFLAGS "" CFLAGS
39regsub -all "(\\-Wp,)?-D_FORTIFY_SOURCE=\[0-9\]+" $CXXFLAGS "" CXXFLAGS
af55061b
L
40
41proc restore_notify { } {
42 global saved_CFLAGS
43 global saved_CXXFLAGS
44 set CFLAGS "$saved_CFLAGS"
45 set CXXFLAGS "$saved_CXXFLAGS"
46}
47
c3e11cbe
AM
48set plugin_names {
49 liblto_plugin.so
50 liblto_plugin-0.dll
51 cyglto_plugin-0.dll
af55061b 52}
c3e11cbe
AM
53set plug_opt ""
54foreach plug $plugin_names {
4dea914e
AM
55 set plug_so [run_host_cmd $CC "--print-prog-name $plug"]
56 if { $plug_so eq $plug } then {
57 set plug_so [run_host_cmd $CC "--print-file-name $plug"]
58 }
c3e11cbe
AM
59 if { $plug_so ne $plug } then {
60 set plug_opt "--plugin $plug_so"
61 break
62 }
63}
64set lto_fat ""
c5847ba7 65set lto_no_fat ""
c3e11cbe
AM
66if { [check_lto_fat_available] } {
67 set lto_fat "-ffat-lto-objects"
c5847ba7 68 set lto_no_fat "-fno-fat-lto-objects"
c3e11cbe
AM
69}
70
71# Simple LTO tests and generate input files for complex LTO tests.
72set lto_link_tests [list \
73 [list "LTO 1" \
74 "-O2 -flto -fuse-linker-plugin" "-flto -fuse-linker-plugin" \
75 {lto-1a.c lto-1b.c} {} "lto-1.exe"] \
76 [list "Compile 2" \
77 "" "-O2 -flto -fuse-linker-plugin" \
78 {lto-2.c} {} ""] \
79 [list "LTO 2" \
80 "-static -O2 -flto -fuse-linker-plugin tmpdir/lto-2.o -lm" "" \
81 {dummy.c} {} "lto-2.exe"] \
82 [list "Compile 3a" \
83 "" "-flto" \
84 {lto-3a.c} {} ""] \
85 [list "Compile 3c" \
86 "" "-O2" \
87 {lto-3c.c} {} ""] \
88 [list "Build liblto-3.a" \
89 "" "-flto $lto_fat" \
90 {lto-3b.c} {} "liblto-3.a"] \
91 [list "Compile 5a" \
92 "" "-flto $lto_fat" \
93 {lto-5a.c} {} ""] \
94 [list "Compile 5b" \
95 "" "-flto $lto_fat" \
96 {lto-5b.c} {} ""] \
97 [list "LTO 6" \
98 "-O2 -flto -fuse-linker-plugin" "" \
99 {lto-6.c} {} "lto-6.exe" "c"] \
60f79275
L
100 [list "Compile PR ld/12365" \
101 "" "-flto -O2 $lto_fat" \
102 {pr12365a.c pr12365b.c pr12365c.c} {} ""] \
c3e11cbe
AM
103 [list "Compile 9" \
104 "" "-O2 -finline -flto" \
105 {lto-9.cc} {} "" "c++"] \
106 [list "Compile 11a" \
107 "" "-O -flto" \
108 {lto-11a.c} {} ""] \
109 [list "Compile 11b" \
110 "" "-O -flto" \
111 {lto-11b.c} {} ""] \
112 [list "Compile 11c" \
113 "" "-O" \
114 {lto-11c.c} {} ""] \
115 [list "Build liblto-12.a" \
116 "$plug_opt" "-O2 -flto" \
117 {lto-12c.c} {} "liblto-12.a"] \
118 [list "Compile 12" \
119 "" "-O2 -flto" \
120 {lto-12a.c lto-12b.c} {} ""] \
121 [list "Compile 13" \
122 "" "-O2 -flto" \
123 {lto-13a.c lto-13b.c} {} ""] \
124 [list "Build liblto-13.a" \
125 "" "-O2" \
126 {lto-13c.c} {} "liblto-13.a"] \
127 [list "Compile 14a" \
128 "" "-flto" \
129 {lto-14a.c lto-14b.c} {} ""] \
130 [list "Build liblto-14.a" \
131 "$plug_opt" "-flto" \
132 {lto-14c.c} {} "liblto-14.a"] \
133 [list "Compile 15a" \
134 "" "-flto" \
135 {lto-15a.c} {} ""] \
136 [list "Build liblto-15.a" \
137 "$plug_opt" "-flto" \
138 {lto-15b.c} {} "liblto-15.a"] \
139 [list "PR ld/12696" \
140 "-O2 -flto -fuse-linker-plugin -r -nostdlib" "-O2 -flto" \
141 {pr12696-1.cc} {} "pr12696-1r.o" "c++"] \
142 [list "Compile PR ld/12758" \
143 "" "" \
144 {pr12758a.s} {} ""] \
145 [list "Build libpr12758.a" \
146 "" "-flto -O2 $lto_fat" \
147 {pr12758b.c} {} "libpr12758.a"] \
148 [list "PR ld/12758" \
149 "-O2 -Wl,-e,foo -nostdlib -flto -fuse-linker-plugin tmpdir/pr12758a.o -Wl,--start-group tmpdir/libpr12758.a -Wl,--end-group" "" \
150 {dummy.c} {} "pr12758.exe"] \
151 [list "Compile PR ld/12760" \
152 "" "-g -O0" \
153 {pr12760a.c} {} ""] \
154 [list "Build libpr12760.a" \
155 "" "-flto -O2 $lto_fat" \
156 {pr12760b.c} {} "libpr12760.a"] \
157 [list "PR ld/12760" \
158 "-O2 -Wl,-e,foo -nostdlib -flto -fuse-linker-plugin tmpdir/pr12760a.o -Wl,--start-group tmpdir/libpr12760.a -Wl,--end-group" "" \
2bd7f877
AB
159 {dummy.c} {{warning "pr12760a.c:6: warning: Bad \\.?bar"}} \
160 "pr12760.exe" "c"] \
c3e11cbe
AM
161 [list "Build libpr13183.a" \
162 "-T" "-flto -O2 $lto_fat" \
163 {pr13183a.c} {} "libpr13183.a"] \
164 [list "Compile PR ld/13183" \
165 "" "-flto -O2" \
166 {pr13183b.c} {} ""] \
167 [list "Compile PR ld/13201" \
168 "" "-flto -O2" \
169 {pr13201.c} {} ""] \
170 [list "PR ld/13287" \
171 "-flto -fuse-linker-plugin -Wl,--as-needed" "-flto" \
172 {pr13287.cc} {} "pr13287.exe" "c++"] \
6d636d8c 173 [list "PR ld/15323 (1)" \
c3e11cbe
AM
174 "" "-O2" \
175 {pr15323a.c} {} "" "c"] \
6d636d8c
L
176 [list "PR ld/15323 (2)" \
177 "-O2 -flto -r -nostdlib" "-O2 -flto" \
178 {pr15323a.c} {} "pr15323a-r.o" "c"] \
c3e11cbe
AM
179 [list "Compile(1) PR ld/pr16846" \
180 "" "-flto" \
181 {pr16846a.c pr16846b.c} {} ""] \
182 [list "Compile(2) PR ld/pr16846" \
183 "" "" \
184 {pr16846c.c} {} ""] \
185 [list "PR ld/pr16846(1)" \
186 "-flto -fuse-linker-plugin tmpdir/pr16846a.o tmpdir/pr16846b.o tmpdir/pr16846c.o" "" \
187 {dummy.c} {} "pr16846a.exe"] \
188 [list "PR ld/pr16846(2)" \
189 "-flto -fuse-linker-plugin tmpdir/pr16846a.o tmpdir/pr16846c.o tmpdir/pr16846b.o" "" \
190 {dummy.c} {} "pr16846b.exe"] \
c5847ba7
L
191 [list "PR ld/19317 (1)" \
192 "$plug_opt" "-flto $lto_no_fat" \
193 {pr19317.c} {} "libpr19317.a"] \
0616a280
AM
194 [list "Build pr20276a.o" \
195 "" "-fno-lto" \
196 {pr20276a.c}] \
197 [list "Build pr20276b.o" \
198 "$plug_opt" "-flto $lto_no_fat" \
199 {pr20276b.c}] \
7dc3990e
L
200 [list "Build pr20267a.o" \
201 "" "" \
202 {pr20267a.c}] \
203 [list "Build libpr20267a.a" \
204 "$plug_opt" "-flto $lto_fat" \
205 {pr20267b.c} {} "libpr20267a.a"] \
206 [list "Build libpr20267b.a" \
207 "$plug_opt" "-flto $lto_no_fat" \
208 {pr20267b.c} {} "libpr20267b.a"] \
c3e1c28e 209 [list "Build pr20321" \
29d7478b 210 "-flto -Wl,-plugin,$plug_so" "-flto" \
2bd7f877
AB
211 {pr20321.c} {{warning ".*: duplicated plugin"}} \
212 "pr20321" "c"] \
a83ef4d1
L
213 [list "Build pr22502a.o" \
214 "" "" \
215 {pr22502a.c}] \
216 [list "Build pr22502b.o" \
217 "$plug_opt" "-flto $lto_no_fat" \
218 {pr22502b.c}] \
fef75122
L
219 [list "Build pr22751.a" \
220 "$plug_opt" "-flto $lto_no_fat $INT128_CFLAGS" \
221 {pr22751.c} {} "pr22751.a"] \
c3e11cbe 222]
af55061b 223
2810e26c 224if { [at_least_gcc_version 4 7] } {
c3e11cbe
AM
225 set lto_link_tests [concat $lto_link_tests [list \
226 [list "Compile PR ld/12942 (1)" \
227 "" "-flto -O2" \
228 {pr12942a.cc pr12942c.cc} {} "" "c++"] \
229 [list "Compile PR ld/12942 (2)" \
230 "" "-O0" \
231 {pr12942b.cc} {} "" "c++"] \
232 ]]
2810e26c
WN
233}
234
077c11e8 235set lto_compile_elf_tests [list \
c3e11cbe
AM
236 [list "Compile 7" \
237 "" "-flto -O2" \
238 {lto-7a.c lto-7b.c lto-7c.c} {} ""] \
c3e11cbe
AM
239 [list "Compile 8a" \
240 "" "-O2" \
241 {lto-8a.c} {} ""] \
242 [list "Compile 8b" \
243 "" "-flto -O2" \
244 {lto-8b.c} {} ""] \
94d401b8
L
245 [list "PR ld/23309" \
246 "-O2 -flto -fuse-linker-plugin -fvisibility=hidden -ffunction-sections -Wl,--gc-sections,-u,KeepMe" \
247 "-O2 -flto -fuse-linker-plugin -fvisibility=hidden -ffunction-sections" \
248 {pr23309.c} {{"nm" {} "pr23309.d"}} "pr23309.exe" "c"] \
077c11e8
JW
249]
250
251# Generate input files for complex LTO tests for ELF.
252set lto_link_elf_tests [list \
253 [list "Build liblto-7.so" \
254 "-shared" "-O2 -fpic" \
255 {lto-7d.c} {} "liblto-7.so" "c"] \
c3e11cbe
AM
256 [list "Build liblto-17a.so" \
257 "-shared -O2 -fpic -flto -fuse-linker-plugin" "-O2 -fpic -flto" \
258 {lto-17a.c} {{"nm" {} "lto-17a.d"}} "liblto-17a.so" "c"] \
259 [list "Build liblto-17b.so 1" \
260 "-shared -O2 -fpic -flto -fuse-linker-plugin tmpdir/lto-17a.o" "-O2 -fpic -flto" \
261 {lto-17b.c} {{"nm" {} "lto-17b-1.d"}} "liblto-17b.so"] \
262 [list "Build liblto-17b.so 2" \
263 "-shared -O2 -fpic -flto -fuse-linker-plugin tmpdir/lto-17a.o" "-O2 -fpic -flto" \
264 {lto-17b.c} {{"nm" {} "lto-17b-2.d"}} "liblto-17b.so"] \
c3e11cbe
AM
265 [list "PR ld/12975" \
266 "-shared -O2 -fPIC -flto -fuse-linker-plugin -nostdlib -Wl,-version-script,pr12975.t" "-O2 -flto" \
267 {pr12975.c} {{"readelf" {-s --wide} "pr12975.d"}} "pr12975.so" "c"] \
268 [list "PR ld/13229" \
269 "-shared -O2 -fPIC -flto -fuse-linker-plugin -nostdlib" "-O2 -finline -fno-early-inlining -flto" \
270 {pr13229.cc} {{"readelf" {-s --wide} "pr13229.d"}} "pr13229.so" "c++"] \
271 [list "PR ld/13244" \
272 "-shared -O2 -fPIC -flto -fuse-linker-plugin -nostdlib" "-O2 -fno-early-inlining -flto" \
273 {pr13244.c} {{"readelf" {-s --wide} "pr13244.d"}} "pr13244.so" "c"] \
274 [list "Build libpr15146a.a" \
275 "$plug_opt" "-flto -O2" \
276 {pr15146a.c} {} "lib15146a.a"] \
277 [list "Build pr15146b.so" \
278 "-shared" "-O2 -fpic" \
279 {pr15146b.c} {} "pr15146b.so" "c"] \
280 [list "Build pr15146c.so" \
281 "-shared -Wl,--no-as-needed tmpdir/pr15146b.so" "-O2 -fpic" \
282 {pr15146c.c} {} "pr15146c.so" "c"] \
283 [list "PR ld/15146 (1)" \
284 "-O2 -flto -fuse-linker-plugin -Wl,-rpath-link,. -Wl,--no-copy-dt-needed-entries -Wl,--no-as-needed tmpdir/pr15146a.o tmpdir/pr15146c.so" "" \
285 {dummy.c} {{"readelf" {-d} "pr15146.d"}} "pr15146a.exe"] \
286 [list "Build libpr15146d.a" \
287 "$plug_opt" "-flto -O2" \
288 {pr15146d.c} {} "lib15146d.a"] \
db712946
L
289 [list "Build libpr16746a.a" \
290 "" "" \
291 {pr16746a.c pr16746b.c} {} "lib15146a.a"] \
292 [list "Build libpr16746b.a" \
293 "$plug_opt" "-O2 -flto" \
294 {pr16746c.c pr16746d.c} {} "lib15146b.a"] \
295 [list "PR ld/16746 (1)" \
296 "-O2 -flto -fuse-linker-plugin tmpdir/pr16746a.o tmpdir/pr16746c.o" "-O2 -flto" \
297 {dummy.c} {} "pr16746a.exe"] \
298 [list "PR ld/16746 (2)" \
299 "-O2 -flto -fuse-linker-plugin tmpdir/pr16746c.o tmpdir/pr16746a.o" "-O2 -flto" \
300 {dummy.c} {} "pr16746b.exe"] \
59fa66c5
L
301 [list "Build pr21382a.o" \
302 "" "-O2 -flto" \
303 {pr21382a.c} {} "" "c"] \
304 [list "Build pr21382.so" \
305 "-shared" "-O2 -fpic" \
306 {pr21382b.c} {} "pr21382.so" "c"] \
1a3b5c34
AM
307 [list {Build pr22220lib.so} \
308 {-shared -Wl,--version-script=pr22220lib.ver} {-fPIC} \
309 {pr22220lib.cc} {} {pr22220lib.so} {c++}] \
310 [list {Build pr22220main.o} \
311 {} {-flto} \
312 {pr22220main.cc} {} {} {c++}] \
c3e11cbe 313]
af55061b 314
231ca753
NC
315# PR 14918 checks that libgcc is not spuriously included in a shared link of
316# an empty program. The ARM crt1.o startup code however calls __libc_csu_init
317# in /usr/lib/libc_nonshared.a(elf-init.oS). This in turn needs
318# __aeabi_unwind_cpp_pr0@@GCC_3.5 which is provided by libgcc_s.so.1, so the
319# test fails. Hence this code to skip the test.
320if { ! [istarget "arm*-*-*"] } {
321 set lto_link_elf_tests [concat $lto_link_elf_tests [list \
322 [list "PR ld/14918" \
323 "-flto" "-flto" \
324 {pr14918.c} {{"readelf" {-d --wide} "pr14918.d"}} "pr14918.exe" "c"] \
325 ]]
326}
327
8a28fa1b
NC
328# PR 12982 checks that an executable stack is not created by default
329# when using the LTO plugin. The HPPA target however requires an
330# executable stack for syscall restarts and signal returns, so we
331# skip this test for that target.
332if { ! [istarget "hppa*-*-*"] } {
333 set lto_link_elf_tests [concat $lto_link_elf_tests [list \
334 [list "PR ld/12982" \
335 "-O2 -flto -fuse-linker-plugin" "-O2 -flto" \
336 {pr12982.c} {{"readelf" {-l --wide} "pr12982.d"}} "pr12982.exe"] \
337 ]]
338}
339
af55061b 340# Check final symbols in executables.
c3e11cbe
AM
341set lto_link_symbol_tests [list \
342 [list "LTO 3 symbol" \
343 "-O2 -flto -fuse-linker-plugin tmpdir/lto-3a.o tmpdir/lto-3c.o tmpdir/liblto-3.a" "" \
344 {dummy.c} {{"nm" {} "lto-3.d"}} "lto-3.exe" "c"] \
345 [list "LTO 5 symbol" \
346 "-O2 -flto -fuse-linker-plugin tmpdir/lto-5.o" "" \
347 {dummy.c} {{"nm" {} "lto-5.d"}} "lto-5.exe" "c"] \
348 [list "LTO 9 symbol" \
349 "-O2 -flto -fuse-linker-plugin tmpdir/lto-9.o" "" \
350 {dummy.c} {{"nm" {-C} "lto-9.d"}} "lto-9.exe" "c++"] \
351 [list "LTO 16a symbol" \
352 "-O2 -Wl,-e,foo -nostdlib -flto -fuse-linker-plugin" "-flto" \
353 {lto-16a.c} {{"nm" {} "lto-16a.d"}} "lto-16.exe" "c"] \
354 [list "LTO 16b symbol" \
355 "-O2 -Wl,-e,foo -u bar -nostdlib -flto -fuse-linker-plugin" "-flto" \
356 {lto-16a.c lto-16b.c} {{"nm" {} "lto-16b.d"}} "lto-16b.exe" "c"] \
357 [list "PR ld/13183" \
358 "-O2 -flto -fuse-linker-plugin tmpdir/pr13183b.o tmpdir/libpr13183.a" "" \
359 {dummy.c} {{"nm" {} "pr13183.d"}} "pr13183.exe" "c"] \
360]
af55061b
L
361
362# LTO run-time tests.
c3e11cbe
AM
363set lto_run_tests [list \
364 [list "LTO 3a" \
365 "-O2 -flto -fuse-linker-plugin tmpdir/lto-3a.o tmpdir/lto-3c.o tmpdir/liblto-3.a" "" \
366 {dummy.c} "lto-3b.exe" "lto-3.out" "" "c"] \
367 [list "LTO 3b" \
368 "-O2 -flto -fuse-linker-plugin tmpdir/lto-3a.o tmpdir/lto-3c.o tmpdir/lto-3.o" "" \
369 {dummy.c} "lto-3c.exe" "lto-3.out" "" "c"] \
370 [list "LTO 3c" \
371 "-O2 -flto -fuse-linker-plugin tmpdir/lto-3a.o tmpdir/lto-3c.o -Wl,--whole-archive tmpdir/liblto-3.a -Wl,--no-whole-archive tmpdir/liblto-3.a" "" \
372 {dummy.c} "lto-3d.exe" "lto-3.out" "" "c"] \
373 [list "LTO 5" \
374 "-O2 -flto -fuse-linker-plugin tmpdir/lto-5.o" "" \
375 {dummy.c} "lto-5.exe" "lto-5.out" "" "c"] \
376 [list "LTO 11" \
377 "-O -flto -fuse-linker-plugin tmpdir/liblto-11.a" "" \
378 {dummy.c} "lto-11.exe" "lto-11.out" "" "c"] \
379 [list "LTO 12a" \
380 "-O -flto -fuse-linker-plugin tmpdir/lto-12a.o tmpdir/liblto-12.a tmpdir/lto-12b.o" "" \
381 {dummy.c} "lto-12a.exe" "lto-12.out" "" "c"] \
382 [list "LTO 12b" \
383 "-O -flto -fuse-linker-plugin tmpdir/lto-12a.o tmpdir/lto-12b.o tmpdir/liblto-12.a" "" \
384 {dummy.c} "lto-12b.exe" "lto-12.out" "" "c"] \
385 [list "LTO 13" \
386 "-O -flto -fuse-linker-plugin tmpdir/lto-13a.o tmpdir/liblto-13.a tmpdir/lto-13b.o" "" \
387 {dummy.c} "lto-13.exe" "lto-13.out" "" "c"] \
388 [list "LTO 14" \
389 "-O2 -flto -fuse-linker-plugin tmpdir/lto-14a.o -Wl,--whole-archive tmpdir/liblto-14.a -Wl,--no-whole-archive tmpdir/lto-14b.o" "" \
390 {dummy.c} "lto-14.exe" "lto-14.out" "" "c"] \
391 [list "LTO 15" \
392 "-O2 -flto -fuse-linker-plugin -Wl,--start-group tmpdir/liblto-15.a tmpdir/lto-15a.o -Wl,--end-group" "" \
393 {dummy.c} "lto-15.exe" "lto-15.out" "" "c"] \
394 [list "PR ld/13066" \
395 "-O2 -flto -fuse-linker-plugin" "" \
396 {pr13066.cc} "pr13066.exe" "pr13066.out" "" "c++"] \
397 [list "PR ld/13201" \
398 "-O2 -flto -fuse-linker-plugin -Wl,--as-needed tmpdir/pr13201.o -lm" "" \
399 {dummy.c} "pr13201.exe" "pr13201.out" "" "c"] \
6d636d8c 400 [list "PR ld/15323 (3)" \
c3e11cbe
AM
401 "-O2 -flto -fuse-linker-plugin tmpdir/pr15323a.o" "" \
402 {pr15323b.c} "pr15323.exe" "pr15323.out" "-flto -O2" "c"] \
6d636d8c
L
403 [list "PR ld/15323 (4)" \
404 "-O2 -flto tmpdir/pr15323a-r.o" "" \
405 {dummy.c} "pr15323a.exe" "pr15323.out" "-flto -O2" "c"] \
c5847ba7
L
406 [list "PR ld/19317 (3)" \
407 "-O2 -flto tmpdir/pr19317-r.o" "" \
408 {dummy.c} "pr19317.exe" "pr19317.out" "-flto -O2" "c"] \
0616a280
AM
409 [list "Run pr20276" \
410 "-O2 -flto tmpdir/pr20276a.o tmpdir/pr20276b.o" "" \
411 {dummy.c} "pr20276" "pass.out" "-flto -O2" "c"] \
7dc3990e
L
412 [list "Run pr20267a" \
413 "-O2 -flto tmpdir/pr20267a.o tmpdir/libpr20267a.a" "" \
414 {dummy.c} "pr20267a" "pass.out" "-flto -O2" "c"] \
415 [list "Run pr20267b" \
416 "-O2 -flto tmpdir/pr20267a.o tmpdir/libpr20267b.a" "" \
417 {dummy.c} "pr20267b" "pass.out" "-flto -O2" "c"] \
a83ef4d1
L
418 [list "Run pr22502" \
419 "-O2 -flto tmpdir/pr22502a.o tmpdir/pr22502b.o" "" \
420 {dummy.c} "pr20267" "pass.out" "-flto -O2" "c"] \
fef75122
L
421 [list "Run pr22751" \
422 "-O2 -flto" "" \
423 {dummy.c} "pr22751" "pass.out" "-flto -O2" "c" "" \
424 "-Wl,--whole-archive tmpdir/pr22751.a -Wl,--no-whole-archive"] \
c3e11cbe 425]
af55061b 426
2810e26c 427if { [at_least_gcc_version 4 7] } {
c3e11cbe
AM
428 set lto_run_tests [concat $lto_run_tests [list \
429 [list "PR ld/12942 (1)" \
430 "-O2 -flto -fuse-linker-plugin tmpdir/pr12942a.o tmpdir/pr12942b.o" "" \
431 {dummy.c} "pr12942a.exe" "pr12942.out" "" "c++"] \
432 [list "PR ld/12942 (2)" \
433 "-O2 -flto -fuse-linker-plugin tmpdir/pr12942a.o tmpdir/pr12942c.o" "" \
434 {dummy.c} "pr12942c.exe" "pr12942.out" "" "c++"] \
435 ]]
2810e26c
WN
436}
437
077c11e8
JW
438# LTO run-time tests for ELF which require shared library support.
439set lto_run_elf_shared_tests [list \
c3e11cbe
AM
440 [list "LTO 7" \
441 "-O2 -flto -fuse-linker-plugin tmpdir/lto-7b.o tmpdir/lto-7c.o tmpdir/lto-7a.o -Wl,--no-as-needed tmpdir/liblto-7.so" "" \
442 {dummy.c} "lto-7.exe" "lto-7.out" "" "c"] \
59fa66c5
L
443 [list "Run pr21382" \
444 "-O2 -flto -fuse-linker-plugin -Wl,--as-needed tmpdir/pr21382a.o tmpdir/pr21382.so" "" \
445 {dummy.c} "pr21382.exe" "pass.out" "" "c"] \
1a3b5c34
AM
446 [list {pr22220a} \
447 {-flto -fuse-linker-plugin tmpdir/pr22220main.o tmpdir/pr22220lib.so} {} \
448 {dummy.c} {pr22220a.exe} {pass.out} {} {c++}] \
449 [list {pr22220b} \
450 {-flto -fuse-linker-plugin -Wl,--no-as-needed tmpdir/pr22220lib.so tmpdir/pr22220main.o} {} \
451 {dummy.c} {pr22220b.exe} {pass.out} {} {c++}] \
077c11e8
JW
452]
453
454# LTO run-time tests for ELF
455set lto_run_elf_tests [list \
c3e11cbe
AM
456 [list "LTO 8" \
457 "-O2 -flto -fuse-linker-plugin tmpdir/lto-8b.o tmpdir/lto-8a.o" "" \
458 {dummy.c} "lto-8.exe" "lto-8.out" "" "c"] \
459 [list "LTO TLS IE" \
460 "-O2 -flto -fuse-linker-plugin" "" \
461 {run-ie.c} "run-ie.exe" "run-ie.out" "" "c"] \
462]
af55061b
L
463
464run_cc_link_tests $lto_link_tests
465
077c11e8
JW
466# These compilation tests generate intermediate object files which will be used
467# by some elf tests besides shared libs tests. So, always compile them.
468run_cc_link_tests $lto_compile_elf_tests
469
36591ba1 470# Restrict these to ELF targets that support shared libs and PIC.
92c09111 471if { [is_elf_format] && [check_lto_shared_available] } {
af55061b 472 run_cc_link_tests $lto_link_elf_tests
3d5bef4c 473 set testname "PR ld/15146 (2)"
f1d7f4a6 474 set exec_output [run_host_cmd "$CC" "-O2 -flto -fuse-linker-plugin -Wl,-rpath-link,. -Wl,--no-copy-dt-needed-entries -Wl,--no-as-needed tmpdir/pr15146d.o tmpdir/pr15146c.so"]
4e95fbcd 475 if { [ regexp "undefined reference to symbol '\\.?xxx'" $exec_output ] } {
3d5bef4c
L
476 pass $testname
477 } {
478 fail $testname
479 }
db712946
L
480 set testname "PR ld/16746 (3)"
481 set exec_output [run_host_cmd "$CC" "-O2 -flto -fuse-linker-plugin tmpdir/pr16746b.o tmpdir/pr16746d.o"]
4e95fbcd 482 if { [ regexp "warning: \\.?foobar" $exec_output ] && ![ regexp "symbol from plugin" $exec_output ] } {
db712946
L
483 pass $testname
484 } {
485 fail $testname
486 }
487 set testname "PR ld/16746 (4)"
488 set exec_output [run_host_cmd "$CC" "-O2 -flto -fuse-linker-plugin tmpdir/pr16746d.o tmpdir/pr16746b.o"]
4e95fbcd 489 if { [ regexp "warning: \\.?foobar" $exec_output ] && ![ regexp "symbol from plugin" $exec_output ] } {
db712946
L
490 pass $testname
491 } {
492 fail $testname
493 }
af55061b
L
494}
495
496set testname "Build liblto-11.a"
497remote_file host delete "tmpdir/liblto-11.a"
37a6ac44 498set catch_output [run_host_cmd "$ar" "rc $plug_opt tmpdir/liblto-11.a tmpdir/lto-11a.o tmpdir/lto-11b.o tmpdir/lto-11c.o"]
af55061b
L
499if {![string match "" $catch_output]} {
500 unresolved $testname
501 restore_notify
502 return
503}
504
2810e26c
WN
505if { [at_least_gcc_version 4 7] } {
506 # Check expected LTO linker errors.
9e2dec47
L
507 # Since the asm symbol name hack in pr12365b.c doesn't work on all
508 # targets, run PR ld/12365 tests only for known targets.
509 if { ([istarget "i?86-*-elf*"]
c65c21e1
AM
510 || [istarget "i?86-*-linux*"]
511 || [istarget "i?86-*-gnu*"]
9e2dec47
L
512 || [istarget "i?86-*-nacl*"]
513 || [istarget "x86_64-*-nacl*"]
514 || [istarget "x86_64-*-linux*"]
515 || [istarget "amd64-*-linux*"]) } {
516 set testname "PR ld/12365"
ef621b15 517 set exec_output [run_host_cmd "$CC" "-O2 -flto -flto-partition=none -fuse-linker-plugin -o tmpdir/pr12365 tmpdir/pr12365a.o tmpdir/pr12365b.o tmpdir/pr12365c.o"]
9e2dec47 518 if { [ regexp "undefined reference to `my_bcopy'" $exec_output ] } {
ef621b15
L
519 # Linker should catch the reference to undefined `my_bcopy'
520 # error caused by a GCC bug.
9e2dec47 521 pass $testname
ef621b15
L
522 } elseif { [ string match "" $exec_output ] } {
523 global READELF
524 set exec_output [run_host_cmd "$READELF" "-s -W tmpdir/pr12365"]
525 if { [ regexp "my_bcopy" $exec_output ] } {
526 # Verify that there is no `my_bcopy' symbol in executable.
527 fail $testname
528 } {
529 pass $testname
530 }
9e2dec47
L
531 } {
532 fail $testname
533 }
8a1b824a
L
534
535 run_cc_link_tests [list \
536 [list \
537 "Build pr22721a.so" \
538 "-shared -nostdlib -nostartfiles -Wl,-version-script,pr22721.t" \
539 "" \
540 {pr22721a.s} \
541 {} \
542 "pr22721a.so" \
543 ] \
544 [list \
545 "Build pr22721b.o" \
546 "$plug_opt" \
547 "-O2 -fPIC -flto $lto_no_fat" \
548 {pr22721b.c} \
549 ] \
550 [list \
551 "Build PR ld/pr22721" \
552 "-O2 -flto -fuse-linker-plugin -nostdlib -nostartfiles \
553 -Wl,-e,_start tmpdir/pr22721b.o tmpdir/pr22721a.so" \
554 "" \
555 {dummy.c} \
556 {} \
557 "pr22721.exe"
558 ] \
559 ]
60f79275 560 }
2810e26c 561 set testname "PR ld/12942 (3)"
f1d7f4a6 562 set exec_output [run_host_cmd "$CXX" "-O2 -flto -fuse-linker-plugin tmpdir/pr12942b.o tmpdir/pr12942a.o"]
4e95fbcd 563 if { [ regexp "undefined reference to `\\.?link_error\\(\\)'" $exec_output ] } {
2810e26c
WN
564 pass $testname
565 } {
566 fail $testname
567 }
36a900f4
L
568
569 run_cc_link_tests [list \
570 [list \
571 "Build pr23460*.o" \
572 "$plug_opt" \
573 "-O2 -fPIC -flto $lto_no_fat" \
574 {pr23460a.c pr23460b.c pr23460c.c \
575 pr23460d.c pr23460e.c pr23460f.c} \
576 ] \
577 ]
578 set exec_output [run_host_cmd "sh" \
579 "-c \"ulimit -n 16; \
580 $ar -rc $plug_opt \
581 tmpdir/libpr23460.a \
582 tmpdir/pr23460a.o \
583 tmpdir/pr23460b.o \
584 tmpdir/pr23460c.o \
585 tmpdir/pr23460d.o \
586 tmpdir/pr23460e.o \
587 tmpdir/pr23460f.o\""]
588 set exec_output [prune_warnings $exec_output]
589 if [string match "" $exec_output] then {
590 pass "PR binutils/23460"
591 } else {
592 fail "PR binutils/23460"
593 }
af55061b
L
594}
595
596# Run "ld -r" to generate inputs for complex LTO tests.
597run_dump_test "lto-3r"
598remote_exec host "mv" "tmpdir/dump tmpdir/lto-3.o"
599run_dump_test "lto-5r"
600remote_exec host "mv" "tmpdir/dump tmpdir/lto-5.o"
601
602run_cc_link_tests $lto_link_symbol_tests
603
c5847ba7
L
604run_ld_link_tests [list \
605 [list "PR ld/19317 (2)" \
606 "-r tmpdir/pr19317.o" "" "" \
607 {dummy.s} {} "pr19317-r.o"] \
608]
609
982c6f26 610run_ld_link_exec_tests $lto_run_tests
af55061b
L
611
612if { [is_elf_format] } {
982c6f26 613 run_ld_link_exec_tests $lto_run_elf_tests
212b9bc7
NC
614
615 # Note - it is not guaranteed that the ordering of symbols in the dynamic
616 # symbol table will match the ordering of the symbols specified by the
617 # --dynamic-list command line option.
618 #
619 # For PR22983 we want to make sure that all four symbols specified in
620 # pr222983.t are present in the output, but a simple sequences of regexps
621 # will not work as we do not know the order of the symbols. (Readelf
622 # does not have a symbol sorting option and the run_cc_list_tests proc
623 # does not allow for the output of the dump program to piped into `sort`).
624 #
625 # So instead we run readelf four times, each time checking for the
626 # presence of a specific symbol from the pr22983.t file.
416c34d6
L
627 run_cc_link_tests [list \
628 [list \
629 "Build pr22983" \
630 "-Wl,--dynamic-list,pr22983.t" \
631 "-flto" \
212b9bc7
NC
632 {pr22983a.c pr22983b.c} \
633 {{readelf {--dyn-syms --wide} pr22983.1.d} \
634 {readelf {--dyn-syms --wide} pr22983.2.d} \
635 {readelf {--dyn-syms --wide} pr22983.3.d} \
636 {readelf {--dyn-syms --wide} pr22983.4.d}} \
416c34d6
L
637 "pr22983" \
638 ] \
639 ]
af55061b
L
640}
641
077c11e8
JW
642if { [is_elf_format] && [check_lto_shared_available] } {
643 run_ld_link_exec_tests $lto_run_elf_shared_tests
644}
645
b95a0a31
L
646proc pr20103 {cflags libs} {
647 global CC
648
649 set testname "PR ld/20103 ($cflags $libs)"
650 set exec_output [run_host_cmd "$CC" "$cflags $libs"]
4e95fbcd 651 if { [ regexp "undefined reference to `\\.?dead'" $exec_output ] } {
b95a0a31
L
652 pass "$testname (1)"
653 } {
654 fail "$testname (1)"
655 }
656 if { [ regexp "plugin needed to handle lto object" $exec_output ] } {
657 fail "$testname (2)"
658 } {
659 pass "$testname (2)"
660 }
661}
662
663if { [check_lto_fat_available] } {
664 run_cc_link_tests [list \
665 [list \
666 "Build fatpr20103a.a" \
667 "$plug_opt" "-flto -ffat-lto-objects" \
668 {pr20103a.c} {} "fatpr20103a.a"
669 ] \
670 [list \
671 "Build fatpr20103b.a" \
672 "$plug_opt" "-flto -ffat-lto-objects" \
673 {pr20103b.c} {} "fatpr20103b.a"
674 ] \
675 [list \
676 "Build fatpr20103c.a" \
677 "$plug_opt" "-flto -ffat-lto-objects" \
678 {pr20103c.c} {} "fatpr20103c.a" \
679 ] \
680 [list \
681 "Build thinpr20103a.a" \
682 "$plug_opt" "-flto -fno-fat-lto-objects" \
683 {pr20103a.c} {} "thinpr20103a.a"
684 ] \
685 [list \
686 "Build thinpr20103b.a" \
687 "$plug_opt" "-flto -fno-fat-lto-objects" \
688 {pr20103b.c} {} "thinpr20103b.a"
689 ] \
690 [list \
691 "Build thinpr20103c.a" \
692 "$plug_opt" "-flto -fno-fat-lto-objects" \
693 {pr20103c.c} {} "thinpr20103c.a" \
694 ] \
695 [list \
696 "Build pr20103a" \
697 "-O2 -flto -Wl,--start-group tmpdir/thinpr20103a.a tmpdir/thinpr20103b.a tmpdir/thinpr20103c.a -Wl,--end-group" \
698 "-O2 -flto" \
699 {dummy.c} {} "pr20103a" \
700 ] \
701 [list \
702 "Build pr20103b" \
703 "-O2 -flto -Wl,--start-group tmpdir/fatpr20103a.a tmpdir/fatpr20103b.a tmpdir/fatpr20103c.a -Wl,--end-group" \
704 "-O2 -flto" \
705 {dummy.c} {} "pr20103b" \
706 ] \
707 [list \
708 "Build pr20103c" \
709 "-O2 -Wl,--start-group tmpdir/fatpr20103a.a tmpdir/fatpr20103b.a tmpdir/fatpr20103c.a -Wl,--end-group" \
710 "-O2" \
711 {dummy.c} {} "pr20103c" \
712 ] \
713 ]
714 pr20103 "-O2 -flto" "tmpdir/thinpr20103a.a tmpdir/thinpr20103b.a tmpdir/thinpr20103c.a"
715 pr20103 "-O2 -flto" "tmpdir/fatpr20103a.a tmpdir/fatpr20103b.a tmpdir/fatpr20103c.a"
716 pr20103 "-O2" "tmpdir/fatpr20103a.a tmpdir/fatpr20103b.a tmpdir/fatpr20103c.a"
717
718 if { [at_least_gcc_version 4 9] } {
719 run_cc_link_tests [list \
720 [list \
721 "Build pr20103d" \
722 "-O2 -Wl,--start-group tmpdir/thinpr20103a.a tmpdir/thinpr20103b.a tmpdir/thinpr20103c.a -Wl,--end-group" \
723 "-O2" \
724 {dummy.c} {} "pr20103d" \
725 ] \
726 ]
727 pr20103 "-O2" "tmpdir/thinpr20103a.a tmpdir/thinpr20103b.a tmpdir/thinpr20103c.a"
728 }
729}
730
af55061b 731restore_notify
This page took 0.314809 seconds and 4 git commands to generate.