Skip to content
Snippets Groups Projects
Commit d07b0a23 authored by Senthil Kumar Selvaraj's avatar Senthil Kumar Selvaraj Committed by Senthil Kumar Selvaraj
Browse files

Fix failing gcc.target/avr/torture/builtins_error.c

The compiler defaults to thin LTO objects if built with linker plugin
support, and in that case, the error expected by the testcase appears 
only at link time, if at all. Forcing fat LTO object file creation 
generates the error consistently at compile time, as expected.

gcc/testsuite/ChangeLog:

2016-10-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

	* gcc.target/avr/torture/builtins-error.c: Add -ffat-lto-objects
	option.

From-SVN: r240711
parent 6a0d23af
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment