This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18556] [4.0 Regression] C++ debug is broken


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-18 22:41 -------
The only change between the 11 and the 13 which makes sense at even having an effect:
2004-11-12  Mark Mitchell  <mark@codesourcery.com>

        PR c++/18416
        * passes.c (rest_of_decl_compilation): Do not look at DECL_RTL
        when deciding whether to pass a variable to
        cgraph_varpool_finalize_decl or assemble_variable.
        * toplev.c (check_global_declarations): Do not clear DECL_RTL.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]