public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-823] testsuite: Require openmp effective-target for PR100515
@ 2021-05-17  9:29 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-05-17  9:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b050cf6a4d9c305daff4a96e5a2489ece69dc287

commit r12-823-gb050cf6a4d9c305daff4a96e5a2489ece69dc287
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Mon May 17 09:25:43 2021 +0000

    testsuite: Require openmp effective-target for PR100515
    
    The related test uses -fopenmp, which is not supported by newlib-based
    targets such as arm-eabi or aarch64-elf.
    
    Requiring the openmp effective-target makes the test unsupported
    rather than failed.
    
    2021-05-17  Christophe Lyon  <christophe.lyon@linaro.org>
    
            PR debug/100515
            gcc/testsuite
            * gcc.dg/debug/dwarf2/pr100515.c: Require openmp effective-target.

Diff:
---
 gcc/testsuite/gcc.dg/debug/dwarf2/pr100515.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2/pr100515.c b/gcc/testsuite/gcc.dg/debug/dwarf2/pr100515.c
index 7c72fcd6693..17f6463cc6e 100644
--- a/gcc/testsuite/gcc.dg/debug/dwarf2/pr100515.c
+++ b/gcc/testsuite/gcc.dg/debug/dwarf2/pr100515.c
@@ -1,5 +1,6 @@
 /* PR debug/100515 */
 /* { dg-do compile } */
+/* { dg-require-effective-target fopenmp } */
 /* { dg-options "-g -O2 -fopenmp" } */
 
 void


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

only message in thread, other threads:[~2021-05-17  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17  9:29 [gcc r12-823] testsuite: Require openmp effective-target for PR100515 Christophe Lyon

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).