comparison gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Copyright (C) 2003-2018 Free Software Foundation, Inc. 1 # Copyright (C) 2003-2020 Free Software Foundation, Inc.
2 # 2 #
3 # This file is part of GCC. 3 # This file is part of GCC.
4 # 4 #
5 # GCC is free software; you can redistribute it and/or modify 5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by 6 # it under the terms of the GNU General Public License as published by
35 load_lib c-torture.exp 35 load_lib c-torture.exp
36 36
37 torture-init 37 torture-init
38 set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS 38 set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS
39 39
40 set additional_flags "-fno-tree-loop-distribute-patterns -fno-tracer" 40 set additional_flags "-fno-tree-dse -fno-tree-loop-distribute-patterns -fno-tracer -fno-ipa-ra -fno-inline-functions"
41 if [istarget "powerpc-*-darwin*"] { 41 if [istarget "powerpc-*-darwin*"] {
42 lappend additional_flags "-Wl,-multiply_defined,suppress" 42 lappend additional_flags "-Wl,-multiply_defined,suppress"
43 } 43 }
44 if { [istarget *-*-eabi*] 44 if { [istarget *-*-eabi*]
45 || [istarget *-*-elf] 45 || [istarget *-*-elf]