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++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor


------- Additional Comments From bowdidge at apple dot com  2004-06-05 00:58 -------
The problem appears to be with one of these two patches to cp-tree.h.  Checking out mainline from 
0602 20:30 causes the problem to appear; reverting cp-tree back to version 1.970 cures 
the problem.

revision 1.972
date: 2004/06/02 20:24:30;  author: pinskia;  state: Exp;  lines: +1 -1
2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * cp-tree.h: Fix typo.
----------------------------
revision 1.971
date: 2004/06/02 19:20:03;  author: pinskia;  state: Exp;  lines: +5 -2
2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * cp-tree.h: Include cgraph.h
        (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
        TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.




-- 


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


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