Declare msp430 experimental

... as GCC5 and later ICEs over inocuous code.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-06-10 00:11:51 -07:00
parent a12374cdc0
commit dc80274261
3 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## select ARCH_SUPPORTS_16 ## select ARCH_SUPPORTS_16
## select ARCH_DEFAULT_16 ## select ARCH_DEFAULT_16
## select ARCH_REQUIRES_MULTILIB ## select ARCH_REQUIRES_MULTILIB
## depends on EXPERIMENTAL
## ##
## help The 16-bit MSP430 architecture, as defined by: ## help The 16-bit MSP430 architecture, as defined by:
## help http://www.ti.com/lsds/ti/microcontrollers-16-bit-32-bit/msp/overview.page?HQS=msp430 ## help http://www.ti.com/lsds/ti/microcontrollers-16-bit-32-bit/msp/overview.page?HQS=msp430

View File

@ -1,2 +1,4 @@
CT_EXPERIMENTAL=y
CT_ARCH_msp430=y CT_ARCH_msp430=y
CT_CC_GCC_V_4_9_4=y
CT_DEBUG_gdb=y CT_DEBUG_gdb=y

View File

@ -1,3 +1,4 @@
reporter_name="Andrew Wygle" reporter_name="Andrew Wygle"
reporter_url="https://github.com/awygle" reporter_url="https://github.com/awygle"
reporter_comment="MSP430 16-bit toolchain" reporter_comment="MSP430 with GCC5 and later suffers from a pretty nasty bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242"