public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite, committed] Require alloca in gcc.dg/pr83844.c
@ 2018-02-07 11:37 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2018-02-07 11:37 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Hi,

this patch requires effective target alloca in gcc.dg/pr83844.c.

Committed.

Thanks,
- Tom

[-- Attachment #2: 0002-testsuite-Require-alloca-in-gcc.dg-pr83844.c.patch --]
[-- Type: text/x-patch, Size: 693 bytes --]

[testsuite] Require alloca in gcc.dg/pr83844.c

2018-02-07  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/pr83844.c: Require effective target alloca.

---
 gcc/testsuite/gcc.dg/pr83844.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/pr83844.c b/gcc/testsuite/gcc.dg/pr83844.c
index fdbc191..0d26b55 100644
--- a/gcc/testsuite/gcc.dg/pr83844.c
+++ b/gcc/testsuite/gcc.dg/pr83844.c
@@ -1,6 +1,7 @@
 /* PR c/83844 */
 /* { dg-do compile { target int32plus } } */
 /* { dg-options "-O0 -Wall" } */
+/* { dg-require-effective-target alloca } */
 
 typedef unsigned long long __u64 __attribute__((aligned(4),warn_if_not_aligned(8)));
 void bar (void *, void *, void *);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-07 11:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-07 11:37 [testsuite, committed] Require alloca in gcc.dg/pr83844.c Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).