This is the mail archive of the gcc-bugs@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]

[Bug target/18910] [4.0 Regression] unrecognisable insn in regclass on x86/amd64


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-12 21:24 -------
(In reply to comment #12)
> (In reply to comment #9)
> > The fail dates from comment #3 probably refer to this change 
> What this tells me it is a latent bug in x86/x86_64 back-end as my change should not change what 
> RTL  is produced as it is the back-end's job to reject addressing modes.

One more thing, the recent change which caused this was fold combining &a + 8 into &a[2] so again 
this is a latent bug in the target.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18910


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]