]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (make_vector_type): Build a main variant first, get the canonical one and...
authorRichard Guenther <rguenther@suse.de>
Mon, 3 Aug 2009 10:30:46 +0000 (10:30 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 3 Aug 2009 10:30:46 +0000 (10:30 +0000)
commit907dd6ae395ec223ca3a410d199cac3a346ef8db
tree9149c79a96270471123654308ed9bc5256fbf44b
parent2329c6f56d3724a337ed9dfcf5f0e7412a1406d8
tree.c (make_vector_type): Build a main variant first, get the canonical one and then build the variant.

2009-08-03  Richard Guenther  <rguenther@suse.de>

* tree.c (make_vector_type): Build a main variant first,
get the canonical one and then build the variant.
* tree-ssa.c (useless_type_conversion_p_1): Handle
fixed-point types.
(useless_type_conversion_p): Conversions to pointers to
incomplete record types are useless.

From-SVN: r150370
gcc/ChangeLog
gcc/tree-ssa.c
gcc/tree.c