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 Regression] internal compiler error in dwarf2out_finish



------- Comment #21 from rguenth at gcc dot gnu dot org  2006-10-17 11:30 -------
Subject: Bug 26881

Author: rguenth
Date: Tue Oct 17 11:30:28 2006
New Revision: 117823

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117823
Log:
2006-10-17  Richard Guenther  <rguenther@suse.de>

        Backport from mainline:
        2006-05-11  Jan Hubicka  <jh@suse.cz>

        PR debug/26881
        * Makefile.in (gt-cgraphunit.h): Add.
        * cgraphunit.c: Include gt-cgraphunit.h.
        (local_static_output): New static vector.
        (cgraph_varpool_assemble_decl): Defer outputting debug info
        for local statics to...
        (cgraph_varpool_debug_local_statics): ... here.
        (cgraph_optimize): Use it.

        2006-05-12  Jakub Jelinek  <jakub@redhat.com>

        PR debug/26881
        * gcc.dg/debug/pr26881.c: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/debug/pr26881.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/Makefile.in
    branches/gcc-4_1-branch/gcc/cgraphunit.c
    branches/gcc-4_1-branch/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]