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:
parent
90aea3e8d4
commit
89aa37dc3c
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user