johannes    02/12/02 15:02:01

  Modified:    live/gcc3/gcc Tag: fearless-kitty-branch dbxout.c
  Log:
  Bug #: 3109827
  Submitted by: dale
  Reviewed by: matt
  This backs out the previous incorrect fix for 3047765.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.23.2.4  +1 -1      src/live/gcc3/gcc/dbxout.c
  
  Index: dbxout.c
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/dbxout.c,v
  retrieving revision 1.23.2.3
  retrieving revision 1.23.2.4
  diff -u -r1.23.2.3 -r1.23.2.4
  --- dbxout.c  2002/11/11 22:16:01     1.23.2.3
  +++ dbxout.c  2002/12/02 23:02:00     1.23.2.4
  @@ -2224,7 +2224,7 @@
       {
         tree t;
         
  -      if (!TREE_USED (decl) && !DECL_INITIAL (decl))
  +      if (!TREE_USED (decl))
           DBXOUT_DECR_NESTING_AND_RETURN (0);
           
         /* We now have a used symbol.  We need to generate the info for
  
  
  


Reply via email to