Commit 597654af by Andy Hutchinson Committed by Andy Hutchinson

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
parent 9c218cfc
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.
/* { 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. */
......
/* 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; };
......
/* 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);
......
/* 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
......
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