Commit f79d8786 by Senthil Kumar Selvaraj Committed by Senthil Kumar Selvaraj

Fix more bogus testsuite failures for avr.

gcc/testsuite/

2016-09-01  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

        * gcc.dg/pr64252.c: Require int32plus.
        * gcc.dg/pr66299-1.c: Likewise.
        * gcc.dg/pr66299-2.c: Likewise.
        * gcc.dg/torture/20131115-1.c: Skip for avr.

From-SVN: r239921
parent b06335f9
2016-09-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/pr64252.c: Require int32plus.
* gcc.dg/pr66299-1.c: Likewise.
* gcc.dg/pr66299-2.c: Likewise.
* gcc.dg/torture/20131115-1.c: Skip for avr.
2016-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2016-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/ands_3.c: New test. * gcc.target/aarch64/ands_3.c: New test.
......
/* PR target/64252 */ /* PR target/64252 */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-require-effective-target int32plus } */
typedef unsigned int V __attribute__((vector_size (32))); typedef unsigned int V __attribute__((vector_size (32)));
......
/* PR tree-optimization/66299 */ /* PR tree-optimization/66299 */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-fdump-tree-original" } */ /* { dg-options "-fdump-tree-original" } */
/* { dg-require-effective-target int32plus } */
void void
test1 (int x) test1 (int x)
......
/* PR tree-optimization/66299 */ /* PR tree-optimization/66299 */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-fdump-tree-optimized -O" } */ /* { dg-options "-fdump-tree-optimized -O" } */
/* { dg-require-effective-target int32plus } */
void void
test1 (int x, unsigned u) test1 (int x, unsigned u)
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "RAM usage too large" { "avr-*-*" } } */
struct S { int i; }; struct S { int i; };
__attribute__((const, noinline, noclone)) __attribute__((const, noinline, noclone))
......
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