Commit 3e147937 by H.J. Lu Committed by H.J. Lu

Add a testcase for PR tree-optimization/63835

	PR tree-optimization/63835
	* gcc.dg/pr63835.c: New test.

From-SVN: r217441
parent 2a49c16d
2014-11-12 H.J. Lu <hongjiu.lu@intel.com>
PR tree-optimization/63835
* gcc.dg/pr63835.c: New test.
2014-11-12 Alan Lawrence <alan.lawrence@arm.com>
* gcc.target/aarch64/simd/vqdmlal_high_lane_s16_indices_1.c: New test.
......
/* { dg-do compile } */
/* { dg-options "-Os" } */
int a;
int
fn1 (int p)
{
return -p;
}
void
fn2 ()
{
fn1 (-(unsigned int) a);
}
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