re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)

2015-01-15  Richard Biener  <rguenther@suse.de>

	PR lto/64415
	* gcc.dg/lto/pr64415_0.c: Skip on darwin.

From-SVN: r219647
This commit is contained in:
Richard Biener 2015-01-15 11:42:26 +00:00 committed by Richard Biener
parent d2626c0b69
commit 04d8b4dcbf
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-01-15 Richard Biener <rguenther@suse.de>
PR lto/64415
* gcc.dg/lto/pr64415_0.c: Skip on darwin.
2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
PR tree-optimization/64434

View File

@ -1,4 +1,5 @@
/* { dg-lto-do link } */
/* { dg-skip-if "undefined symbols" { *-*-darwin* } } */
/* { dg-require-effective-target fpic } */
/* { dg-lto-options { { -O -flto -fpic } } } */
/* { dg-extra-ld-options { -shared } } */