]> gcc.gnu.org Git - gcc.git/commitdiff
MSP430: Allow .bss section to be created in region-attribute-misuse test
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 11 May 2020 15:58:11 +0000 (16:58 +0100)
committerJozef Lawrynowicz <jozef.l@mittosystems.com>
Tue, 12 May 2020 11:36:47 +0000 (12:36 +0100)
2020-05-12  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

* gcc.target/msp430/region-attribute-misuse.c: Allow a .bss section to
be created.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c

index 05952acab929f3c5b3ec3e8f5d94a3fa4b82c558..da776417bd5ca392451f02f999c12ce3a555dfde 100644 (file)
@@ -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
index a108e2741236b3c402097881528329dd5cc073c7..2b5107f0b8ca58fb1452757e21475c92faec8c7a 100644 (file)
@@ -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" } } */
This page took 0.116713 seconds and 5 git commands to generate.