builtin-return-1.c: Correct effective-target test.
* gcc.dg/builtin-return-1.c: Correct effective-target test. * gcc.dg/stack-usage-2.c: Use effective-target test. From-SVN: r231610
This commit is contained in:
parent
bf9e9dc52e
commit
6945a76e12
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-12-14 Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
* gcc.dg/builtin-return-1.c: Correct effective-target test.
|
||||
* gcc.dg/stack-usage-2.c: Use effective-target test.
|
||||
|
||||
2015-12-14 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
PR ipa/66616
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* Originator: Andrew Church <gcczilla@achurch.org> */
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-run-if "PR36571 untyped return is char register" { "avr-*-*" } { "*" } { "" } } */
|
||||
/* { dg-require-effective-target alloca } */
|
||||
/* { dg-require-effective-target untyped_assembly } */
|
||||
/* This used to fail on SPARC because the (undefined) return
|
||||
value of 'bar' was overwriting that of 'foo'. */
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wstack-usage=512" } */
|
||||
/* nvptx gets very upset with mismatched function types. */
|
||||
/* { dg-skip-if "" { nvptx-*-* } { "*" } { "" } } */
|
||||
/* { dg-require-effective-target untyped_assembly } */
|
||||
|
||||
int foo1 (void) /* { dg-bogus "stack usage" } */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue