comparison gcc/testsuite/gcc.dg/lto/lto.exp @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 # Copyright (C) 2009-2017 Free Software Foundation, Inc. 1 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
2 2
3 # This program is free software; you can redistribute it and/or modify 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 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 5 # the Free Software Foundation; either version 3 of the License, or
6 # (at your option) any later version. 6 # (at your option) any later version.
28 } 28 }
29 29
30 # Load procedures from common libraries. 30 # Load procedures from common libraries.
31 load_lib standard.exp 31 load_lib standard.exp
32 load_lib gcc.exp 32 load_lib gcc.exp
33 load_lib mpx-dg.exp
34 33
35 # Load the language-independent compabibility support procedures. 34 # Load the language-independent compabibility support procedures.
36 load_lib lto.exp 35 load_lib lto.exp
37 36
38 # If LTO has not been enabled, bail. 37 # If LTO has not been enabled, bail.
40 return 39 return
41 } 40 }
42 41
43 gcc_init 42 gcc_init
44 lto_init no-mathlib 43 lto_init no-mathlib
45 mpx_init
46 44
47 # Define an identifier for use with this suite to avoid name conflicts 45 # Define an identifier for use with this suite to avoid name conflicts
48 # with other lto tests running at the same time. 46 # with other lto tests running at the same time.
49 set sid "c_lto" 47 set sid "c_lto"
50 48