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/49831] arm-linux-gnueabi bootstrap failures due to ICE in dwarf2cfi.c connect_traces


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

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> 2011-07-25 03:35:08 UTC ---
Author: rth
Date: Mon Jul 25 03:35:05 2011
New Revision: 176730

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176730
Log:
PR debug/49831
        * dwarf2cfi.c (connect_traces): Allow unvisited traces.  Skip
        them entirely.

Constant pools are emitted in such a way as to be indistinguishable
from regular instructions, and these constant pools are, naturally,
not reachable as code.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2cfi.c


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