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 debug/26881] [4.1/4.2 Regression] internal compiler error in dwarf2out_finish



------- Comment #19 from hubicka at gcc dot gnu dot org  2006-08-24 13:30 -------
Subject: Bug 26881

Author: hubicka
Date: Thu Aug 24 13:30:45 2006
New Revision: 116374

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116374
Log:
        PR debug/26881
        * cgraph.c: Fix comments.
        (cgraph_varpool_mark_needed_node): Mark only variables not already
        output to file.
        * cgraphunit.c: Update comments; include gt-cgraphunit.h
        (cgraph_varpool_assembled_nodes_queue): New static variable.
        (cgraph_varpool_assemble_decl): Record output decls for debug out code.
        (cgraph_varpool_output_debug_info): New function.
        (cgraph_finalize_compilation_unit, cgraph_optimize): Call it.
        * Makefile.in: Add gt-cgraphunit.h
        * gcc.dg/debug/pr26881.c: New file.

Added:
    trunk/gcc/testsuite/gcc.dg/debug/pr26881.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/cgraph.c
    trunk/gcc/cgraphunit.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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