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/55094] [4.7 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2224


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-01 14:00:19 UTC ---
Author: jakub
Date: Fri Feb  1 14:00:12 2013
New Revision: 195650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195650
Log:
    Backported from mainline
    2012-11-20  Jakub Jelinek  <jakub@redhat.com>

    PR middle-end/55094
    * builtins.c (expand_builtin_trap): Add REG_ARGS_SIZE note
    on the trap insn for !ACCUMULATE_OUTGOING_ARGS.
    * cfgcleanup.c (outgoing_edges_match): Don't look at debug insns
    on the first old_insns_match_p call.  For !ACCUMULATE_OUTGOING_ARGS
    fail if the last real insn doesn't have REG_ARGS_SIZE note.

    * gcc.dg/pr55094.c: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr55094.c
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/builtins.c
    branches/gcc-4_7-branch/gcc/cfgcleanup.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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