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] | |
This patch removes const_tree_stmt_iterator, const_block_stmt_iterator and their dependencies (ctsi_* and cbsi_*). Fortunately, it does not affect as much code as I would've thought. Kaveh, I needed to do this so that my next tuples branch merge from mainline doesn't bring over all these const_* functions. I haven't yet looked if there are other 'const_' functions still around. Tested on x86_64 and ppc64 (minus C++, as my ppc64 box still can't compile libstdc++).
Attachment:
20070907-remove-const-iterators.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |