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.
This commit is contained in:
Jozef Lawrynowicz 2020-05-11 16:58:11 +01:00
parent 90aea3e8d4
commit 89aa37dc3c
2 changed files with 5 additions and 1 deletions

View 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

View 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" } } */