avr.c (avr_override_options): Clear 'flag_delete_null_pointer_checks'.

* config/avr/avr.c (avr_override_options): Clear 
	'flag_delete_null_pointer_checks'.

From-SVN: r123367
This commit is contained in:
Anatoly Sokolov 2007-03-31 00:28:55 +04:00 committed by Anatoly Sokolov
parent cb68ec5005
commit 6c7ac15dc6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-03-30 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (avr_override_options): Clear
'flag_delete_null_pointer_checks'.
2007-03-30 Paolo Carlini <pcarlini@suse.de>
PR c++/26099

View File

@ -316,6 +316,8 @@ avr_override_options (void)
const struct mcu_type_s *t;
const struct base_arch_s *base;
flag_delete_null_pointer_checks = 0;
for (t = avr_mcu_types; t->name; t++)
if (strcmp (t->name, avr_mcu_name) == 0)
break;