Commit f5de494c by Matthew Fortune Committed by Matthew Fortune

Set gcc_force_conventional_output even without LTO linker plugin

gcc/testsuite/

	* lib/gcc-dg.exp: Set gcc_force_conventional_output whenever
	LTO is used.

Set gcc_force_conventional_output even without LTO linker plugin

From-SVN: r241306
parent c5026021
2016-10-18 Matthew Fortune <matthew.fortune@imgtec.com>
* lib/gcc-dg.exp: Set gcc_force_conventional_output whenever
LTO is used.
2016-10-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/sso/sso.exp: Return early if not
......
......@@ -87,13 +87,13 @@ if [info exists TORTURE_OPTIONS] {
{ -O2 -flto -fno-use-linker-plugin -flto-partition=none } \
{ -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects }
]
set gcc_force_conventional_output "-ffat-lto-objects"
} else {
set LTO_TORTURE_OPTIONS [list \
{ -O2 -flto -flto-partition=none } \
{ -O2 -flto }
]
}
set gcc_force_conventional_output "-ffat-lto-objects"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment