pr34457-1.c: Skip for target without trampolines.
* gcc.dg/pr34457-1.c: Skip for target without trampolines. * gcc.dg/20050607-1.c: Ditto. * gcc.dg/trampoline-1.c: Ditto. * gcc.dg/debug/debug-3.c: Ditto. * gcc.dg/debug/debug-5.c: Ditto. From-SVN: r135235
This commit is contained in:
parent
9c218cfc4e
commit
597654af48
6 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-05-12 Andy Hutchinson <hutchinsonandy@aim.com>
|
||||
|
||||
* gcc.dg/pr34457-1.c: Skip for target without trampolines.
|
||||
* gcc.dg/20050607-1.c: Ditto.
|
||||
* gcc.dg/trampoline-1.c: Ditto.
|
||||
* gcc.dg/debug/debug-3.c: Ditto.
|
||||
* gcc.dg/debug/debug-5.c: Ditto.
|
||||
|
||||
2008-05-12 Samuel Tardieu <sam@rfc1149.net>
|
||||
|
||||
* gnat.dg/specs/statically_matching.ads: New.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target trampolines } */
|
||||
/* { dg-options "-Wpadded" }
|
||||
/* The struct internally constructed for the nested function should
|
||||
not result in a warning from -Wpadded. */
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* This testcase failed, because scope containing baz was deleted
|
||||
(spanned 0 basic blocks) and DWARF-2 couldn't find baz origin. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target trampolines } */
|
||||
|
||||
struct A { char *a, *b, *c, *d; };
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* This testcase failed, because scope containing baz was deleted
|
||||
(spanned 0 basic blocks) and DWARF-2 couldn't find baz origin. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target trampolines } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* PR c/34457 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target trampolines } */
|
||||
/* { dg-options "--combine -O2" } */
|
||||
/* { dg-additional-sources "pr34457-2.c" } */
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/* Origin: Waldek Hebisch <hebisch@math.uni.wroc.pl> */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target trampolines } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
/* This used to fail on various versions of Solaris 2 because the
|
||||
|
|
Loading…
Add table
Reference in a new issue