This is the mail archive of the gcc-patches@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]

Re: bb-reorder rewrite





On Mon, 22 May 2000, Richard Henderson wrote:

> 
> 
> Bootstrapped on alphaev67-linux; I'll wait til I can test something
> else as well before checking it in.
> 

  Have you bootstrapped with ENABLE_CHECKING? On i686-linux I am seeing
  failures: (-g -O2 -freorder-blocks). 

../../egcs/gcc/cppmain.c: In function `main':
../../egcs/gcc/cppmain.c:88: Basic block 19 pred edge is corrupted
Predecessor:  17 (crit)
Successor:  16 (crit)
../../egcs/gcc/cppmain.c:88: Basic block 19 pred edge is corrupted
Predecessor:  15 (fallthru)
Successor:  16 (fallthru)
../../egcs/gcc/cppmain.c:88: Basic block 19 pred edge is corrupted
Predecessor:  13 (crit)
Successor:  16 (crit)
../../egcs/gcc/cppmain.c:88: Internal compiler error in `verify_flow_info', at flow.c:6441


  I haven't investigated what is actually happening (and haven't yet looked
  at the patch in detail), as you may have seen this already.
 

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