------- Comment #7 from jakub at gcc dot gnu dot org 2008-08-31 12:27 ------- Subject: Bug 37168
Author: jakub Date: Sun Aug 31 12:26:20 2008 New Revision: 139829 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139829 Log: PR target/37168 * config/rs6000/rs6000-protos.h (const_vector_elt_as_int): Add prototype. * config/rs6000/rs6000.c (const_vector_elt_as_int): No longer static. * config/rs6000/altivec.md (easy_vector_constant_add_self splitter): Also split V4SFmode. * config/rs6000/predicates.md (easy_vector_constant_add_self): Handle vector float modes. * gcc.target/powerpc/pr37168.c: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.target/powerpc/pr37168.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/config/rs6000/altivec.md branches/gcc-4_3-branch/gcc/config/rs6000/predicates.md branches/gcc-4_3-branch/gcc/config/rs6000/rs6000-protos.h branches/gcc-4_3-branch/gcc/config/rs6000/rs6000.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37168