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]
Other format: [Raw text]

Re: [PATCH/RFA] PR target/13250


> gcc.c-torture/compile/20000728-1.c  (-O2)

It turned out that this was ENTRY_BLOCK_PTR.  So that's all right then
that there are no insns.  This testcase works when I add:

              if (pred_bb == ENTRY_BLOCK_PTR)
                continue;


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