Commit d76b082e by Jan Hubicka

re PR ipa/65287 (Current trunk ICE in address_matters_p, at symtab.c:1908)


	PR ipa/65287
	* gcc.dg/ipa/pr65287.c: New test.

From-SVN: r221157
parent 6fb12821
/* { dg-do compile } */
/* { dg-require-alias "" } */
/* { dg-options "-O2" } */
const int __new_sys_siglist[] = {};
extern __typeof(__new_sys_siglist) _new_sys_siglist
__attribute__((alias("__new_sys_siglist")));
extern __typeof(__new_sys_siglist) _sys_siglist
__attribute__((alias("__new_sys_siglist")));
int main()
{
return 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