public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] MSP430: Allow .bss section to be created in region-attribute-misuse test
@ 2020-08-22 21:09 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 21:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4d3e74c046130bbc9ccb91ab1a760b1115e2acf3

commit 4d3e74c046130bbc9ccb91ab1a760b1115e2acf3
Author: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date:   Mon May 11 16:58:11 2020 +0100

    MSP430: Allow .bss section to be created in region-attribute-misuse test
    
    2020-05-12  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
    
            * gcc.target/msp430/region-attribute-misuse.c: Allow a .bss section to
            be created.

Diff:
---
 gcc/testsuite/ChangeLog                                   | 5 +++++
 gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 05952acab92..da776417bd5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-12  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+	* gcc.target/msp430/region-attribute-misuse.c: Allow a .bss section to
+	be created.
+
 2020-05-12  Martin Liska  <mliska@suse.cz>
 
 	PR sanitizer/95033
diff --git a/gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c b/gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c
index a108e274123..2b5107f0b8c 100644
--- a/gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c
+++ b/gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
 /* { dg-skip-if "" { *-*-* } { "-mcpu=msp430" "-mlarge" "-mcode-region=*" "-mdata-region=*" } { "" } } */
-/* { dg-final { scan-assembler-not ".section.*bss" } } */
 /* { dg-final { scan-assembler ".section.*upper.data" } } */
 /* { dg-final { scan-assembler ".section.*lower.data" } } */
 /* { dg-final { scan-assembler ".section.*either.data" } } */


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

only message in thread, other threads:[~2020-08-22 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 21:09 [gcc/devel/autopar_devel] MSP430: Allow .bss section to be created in region-attribute-misuse test Giuliano Belinassi

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