This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] reorg.c janitor patch 2: handle DEBUG_INSN
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Steven Bosscher <stevenb dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Eric Botcazou <ebotcazou at adacore dot com>
- Date: Sun, 25 Nov 2012 16:06:06 -0500 (EST)
- Subject: Re: [patch] reorg.c janitor patch 2: handle DEBUG_INSN
- References: <CABu31nMhyrBUwmNPAgg-AhZXyT29c5pdobfazAKCKq+RUjS6Gw@mail.gmail.com>
On Sun, 25 Nov 2012, Steven Bosscher wrote:
> stop_search_p will reach the default case on DEBUG_INSN, and the
> default case is "gcc_unreachable()". I suppose this means nobody is
> using DWARF3+ on a dbr_sched target, it can't possibly ever have
> worked. Eric?
There must be something else (something more) going on; I should
have noticed massive breakage in test-results (big differences
to other targets' test-results) for cris-elf.
brgds, H-P