public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Restore -g1
@ 2009-11-30 11:00 Richard Guenther
  0 siblings, 0 replies; only message in thread
From: Richard Guenther @ 2009-11-30 11:00 UTC (permalink / raw)
  To: gcc-patches


This fixes -g1 which was broken by fld being over-aggressively enabled.

Committed as obvious.

Richard.

Index: gcc/ChangeLog
===================================================================
*** gcc/ChangeLog	(revision 154778)
--- gcc/ChangeLog	(working copy)
***************
*** 1,5 ****
--- 1,10 ----
  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
  	PR fortran/38530
  	* expr.c (expand_expr_addr_expr_1): Properly expand the initializer
Index: gcc/tree.c
===================================================================
*** gcc/tree.c	(revision 154774)
--- gcc/tree.c	(working copy)
*************** free_lang_data (void)
*** 4934,4940 ****
  
    /* FIXME.  Remove after save_debug_info is working.  */
    if (!(flag_generate_lto
! 	|| (!flag_gtoggle && debug_info_level <= DINFO_LEVEL_TERSE)))
      return 0;
  
    /* Traverse the IL resetting language specific information for
--- 4934,4940 ----
  
    /* FIXME.  Remove after save_debug_info is working.  */
    if (!(flag_generate_lto
! 	|| (!flag_gtoggle && debug_info_level == DINFO_LEVEL_NONE)))
      return 0;
  
    /* Traverse the IL resetting language specific information for

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-30 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-30 11:00 [PATCH] Restore -g1 Richard Guenther

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).