tree.c (free_lang_data): Do not set debug_info_level to none if terse.

2009-11-30  Richard Guenther  <rguenther@suse.de>

        * tree.c (free_lang_data): Do not set debug_info_level to
        none if terse.

From-SVN: r154781
This commit is contained in:
Richard Guenther 2009-11-30 10:49:49 +00:00 committed by Richard Biener
parent 94855a14a1
commit a8fc928da3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-11-30 Richard Guenther <rguenther@suse.de>
* tree.c (free_lang_data): Do not set debug_info_level to
none if terse.
2009-11-30 Richard Guenther <rguenther@suse.de>
PR middle-end/42119

View File

@ -4934,7 +4934,7 @@ free_lang_data (void)
/* FIXME. Remove after save_debug_info is working. */
if (!(flag_generate_lto
|| (!flag_gtoggle && debug_info_level <= DINFO_LEVEL_TERSE)))
|| (!flag_gtoggle && debug_info_level == DINFO_LEVEL_NONE)))
return 0;
/* Traverse the IL resetting language specific information for