This is the mail archive of the gcc@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, 2004-09-07 at 11:45, Nathan Sidwell wrote: > >>if (is_gimple_reg (var) || is_gimple_reg (alias)) > >> abort (); > >> > > > > > > This should probably be added permanently under ENABLE_CHECKING.... > spelt > gcc_assert (!is_gimple_reg (var) && !is_gimple_reg (alias)); of course :-) Its so hard to remember to change to modern ways :-) Andrew
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |