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 Wed, Mar 30, 2005 at 04:27:50PM -0300, Alexandre Oliva wrote:
> - else
> + else if (REG_P (y))
> {
> /* Simplify_subreg can't handle some REG cases, but we have to. */
> unsigned int regno = subreg_regno (x);
The next line is
gcc_assert (REG_P (y));
you should remove that. Ok with that change.
r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |