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]

Re: optimization/4579


	I've had some time to look at this again. The problem's cropping
up in combine; combine_simplify_rtx ends up calling
gen_lowpart_for_combine (V2SFmode, const1_rtx), but
gen_lowpart_for_combine doesn't deal properly with the V2SFmode arguument.
Disabling the call to gen_lowpart_for_combine fixes the problem, but this
isn't a proper solution; I'm working on one now.

Matt

On Thu, 6 Dec 2001, Matt Hiller wrote:

> 	I've reproduced this crash in current cvs and I'll see if I can
> fix the problem. I figured I should say something about it so others don't
> duplicate the effort.
> 
> 

-- 

Matt Hiller
GCC Engineer, Red Hat, Inc., Sunnyvale office
hiller@redhat.com


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