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: [PATCH] Fix PR28268, ICE building vector const { 1, 1 }


Richard Guenther wrote:

> 2006-07-07   Richard Guenther  <rguenther@suse.de>
> 
> 	PR middle-end/28268
> 	* tree.h (build_one_cst): Declare.
> 	* tree.c (build_one_cst): New function.
> 	* tree-ssa-math-opts.c (get_constant_one): Remove.
> 	(insert_reciprocals): Use build_one_cst.
> 	* fold-const.c (fold_plusminus_mult): Likewise.
> 
> 	* gcc.dg/torture/pr28268.c: New testcase.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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