Commit 43b11666 by Jan Hubicka Committed by Jan Hubicka

re PR ipa/65588 (lto1: internal compiler error: Segmentation fault)


	PR ipa/65588
	* gcc.target/i386/pr65588.c: New testcase.

From-SVN: r221764
parent af21714c
2015-03-27 Jan Hubicka <hubicka@ucw.cz>
PR ipa/65588
* gcc.target/i386/pr65588.c: New testcase.
2015-03-29 Thomas Koenig <tkoenig@gcc.gnu.org> 2015-03-29 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libgfortran/65563 PR libgfortran/65563
......
/* { dg-do link } */
/* { dg-require-effective-target lto } */
/* { dg-options "-O2 -flto" } */
#ifdef __x86_64__
register volatile int a __asm__("%rsp");
#else
register volatile int a __asm__("%esp");
#endif
__attribute__ ((used))
int t () { a = 0; }
int main () { a = 0; }
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