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] |
On Tue, 2003-07-15 at 18:15, Daniel Berlin wrote: > > > + bb->end_tree_p = bsi_container (bsi); > > > + } > > > + > > This should be bsi_stmt_ptr (bsi). > Nope, that won't work, that was my first try. > Oh, probably so that we can start reverse iterators at block's end. OK then. Out of curiosity, remember what was the failure? Thanks. Diego.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |