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/41438] [4.5 Regression] VTA: libgomp build fails due to inconsistent debug info



------- Comment #2 from jakub at gcc dot gnu dot org  2009-09-29 17:34 -------
Subject: Bug 41438

Author: jakub
Date: Tue Sep 29 17:33:58 2009
New Revision: 152282

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152282
Log:
        PR debug/41438
        * dwarf2out.c (const_ok_for_output_1, const_ok_for_output): New
        functions.
        (mem_loc_descriptor, loc_descriptor, add_const_value_attribute): Bail
        out if !const_ok_for_output.

        PR debug/41474
        * dwarf2out.c (mem_loc_descriptor) <case CONCAT, case CONCATN,
        case VAR_LOCATION>: Remove gcc_unreachable ().

        * gcc.dg/debug/dwarf2/const-1.c: Add dg-require-visibility, make x
        hidden.
        * g++.dg/debug/dwarf2/const-1.C: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/const1.C
    trunk/gcc/testsuite/gcc.dg/debug/dwarf2/const-1.c


-- 


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


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