msp430.c (msp430_option_override): Disable -fdelete-null-pointer-checks.
authorOrlando Arias <oarias@knights.ucf.edu>
Fri, 20 Oct 2017 04:49:57 +0000 (04:49 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 20 Oct 2017 04:49:57 +0000 (00:49 -0400)
commit793c096d45d11bdb0152c7065a473d20c247a865
tree02b4a4b0ef29655d25ee827a41a41f70020391c2
parentb6b240edae1d01a0d5746d940a201e635a449360
msp430.c (msp430_option_override): Disable -fdelete-null-pointer-checks.

* config/msp430/msp430.c (msp430_option_override): Disable
-fdelete-null-pointer-checks.
* doc/invoke.text (-fdelete-null-pointer-checks): Document that.

* lib/target-supports.exp (check_effective_target_keeps_null_pointer_checks):
Add msp430 to the list.

From-SVN: r253921
gcc/ChangeLog
gcc/config/msp430/msp430.c
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp