------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-05-15 
11:46 -------
Some comment: This cp_binding_level::names and how it is used are internal to 
GCC.  
Too bad -fdump-translation-unit relies on it.  Names are placed in
cp_binding_level::names
only if it may be needed there in the future.  Perhaps a solution would be
adding every name there when -fdump-translation-unit is given (at the expense of
some extra memory consumption, slower compilation).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-15 11:46:40
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19073

Reply via email to