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]

Re: PR 4579: 3DNow optimization failure


> 2001-12-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
> 
> 	PR optimization/4579
> 	* simplify-rtx.c (simplify_gen_subreg): Replace abort()
> 	statments with return NULL_RTX.

Your patch doesn't appear to address the root cause of the problem
(i.e., that mode information is being correctly passed to simplify_gen_subreg
in all cases.  There is some discussion of this in this thread:

<http://gcc.gnu.org/ml/gcc/2001-11/msg01362.html>.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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