Commit 55a46075 by H.J. Lu Committed by H.J. Lu

Add a testcase for PR target/43668.

2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/43668
	* gcc.target/i386/pr43668.c: New.

From-SVN: r159046
parent 68fef9f9
2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
PR target/43668
* gcc.target/i386/pr43668.c: New.
2010-05-04 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/43028
......
/* PR target/43668 */
/* { dg-do run } */
/* { dg-options "-fschedule-insns" } */
int foo(int i, ...) {
return i;
}
int main() {
return foo(0, 0.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