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] |
In message <20000614140028.I474@sunsite.ms.mff.cuni.cz>you write: > Hi! > > This one dies horribly when reload tries to reload input with mode VOIDmode > a constant into VOIDmode (reg 1 edx). > There are two things interesting: the ?: tests which are false are thrown > away, while the tests where this is true are kept (seems like some combiner > issue), so the constant is kept in register/stack for the whole life of the > function, plus that reload does not set mode properly. > No fix yet. > > 2000-06-14 Jakub Jelinek <jakub@redhat.com> > > * gcc.dg/20000614-1.c: New test. Fine. Note it'll probably need to be marked as an xfail. jeff
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |