Skip to content
Snippets Groups Projects
Commit 4ecb3002 authored by H.J. Lu's avatar H.J. Lu Committed by H.J. Lu
Browse files

Don't run gcc.target/i386/sibcall-1.c on x32 targets

	* gcc.target/i386/sibcall-1.c: Don't run on x32 targets,
	instead of run on ia32 targets.

From-SVN: r217613
parent 8537a4a9
No related branches found
No related tags found
No related merge requests found
2014-11-15 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/sibcall-1.c: Don't run on x32 targets,
instead of run on ia32 targets.
2014-11-15 Marek Polacek <polacek@redhat.com>
 
PR middle-end/63884
......
/* { dg-do compile { target { ia32 && nonpic } } } */
/* { dg-do compile { target { { ! x32 } && nonpic } } } */
/* { dg-options "-O2" } */
extern int (*foo)(int);
......
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