Commit fc65ecca by Alex Velenko Committed by Alex Velenko

thumb-ltu.c (foo): Predefined.

2015-06-01  Alex Velenko  <Alex.Velenko@arm.com>

        * gcc.target/arm/thumb-ltu.c (foo): Predefined.
        (bar): Predefined.

From-SVN: r223982
parent 003f2d34
2015-06-01 Alex Velenko <Alex.Velenko@arm.com>
* gcc.target/arm/thumb-ltu.c (foo): Predefined.
(bar): Predefined.
2015-06-01 Richard Biener <rguenther@suse.de>
PR tree-optimization/66349
......
......@@ -2,6 +2,9 @@
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-options "-mcpu=arm1136jf-s -mthumb -O2" } */
extern int foo ();
extern int bar ();
void f(unsigned a, unsigned b, unsigned c, unsigned d)
{
if (a <= b || c > d)
......
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