Commit c78641fa by Jan Hubicka Committed by Jan Hubicka

localalias-2.c: Guard by require-alias.


	* gcc.dg/localalias-2.c: Guard by require-alias.
	* gcc.dg/globalalias-2.c: Likewise.

From-SVN: r211926
parent eb6a09a7
2014-06-23 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/localalias-2.c: Guard by require-alias.
* gcc.dg/globalalias-2.c: Likewise.
2014-06-23 Kai Tietz <ktietz@redhat.com> 2014-06-23 Kai Tietz <ktietz@redhat.com>
* gcc.target/i386/indjmp-1.c: New test. * gcc.target/i386/indjmp-1.c: New test.
......
/* { dg-require-alias "" } */
int test2count; int test2count;
extern void abort (void); extern void abort (void);
static static
......
/* { dg-require-alias "" } */
extern void abort (void); extern void abort (void);
int test2count; int test2count;
__attribute__ ((weak,noinline)) __attribute__ ((weak,noinline))
......
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