Just FYI, as I was going through some of my recent changes to backport them to
the IBM 4.6 branch, I noticed I forgot to add the ChangeLog entries to the
changes I made on March 21st.  I updated the ChangeLog files.  Sorry about
that.

Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog       (revision 173127)
+++ gcc/ChangeLog       (working copy)
@@ -6693,6 +6693,13 @@
        (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
        (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
 
+2011-03-21  Michael Meissner  <meiss...@linux.vnet.ibm.com>
+
+       PR target/48226
+       * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
+       vector when peeking at the next token for vector, don't expand the
+       keywords.
+
 2011-03-21  Georg-Johann Lay  <a...@gjlay.de>
 
        * config/avr/avr-protos.h (expand_epilogue): Change prototype
Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog     (revision 173127)
+++ gcc/testsuite/ChangeLog     (working copy)
@@ -1358,6 +1358,11 @@
        PR tree-optimization/48228
        * gcc.dg/Wstrict-overflow-23.c: New testcase.
 
+2011-03-21  Michael Meissner  <meiss...@linux.vnet.ibm.com>
+
+       PR target/48226
+       * gcc.target/powerpc/pr48226.c: New file.
+
 2011-03-21  Jack Howarth  <howa...@bromo.med.uc.edu>
 
        * lib/prune.exp (prune_gcc_output): Prune "could not create

-- 
Michael Meissner, IBM
5 Technology Place Drive, M/S 2757, Westford, MA 01886-3141, USA
meiss...@linux.vnet.ibm.com     fax +1 (978) 399-6899

Reply via email to