summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2016-05-20 20:31:52 +0000
committerBill Seurer <seurer@gcc.gnu.org>2016-05-20 20:31:52 +0000
commit9cad20fa669f35bafba4beb6eb7464cb7d17fd12 (patch)
tree5f001c022cbd12e1756a8e87242874d55b7f05cb /ChangeLog
parentae578943c00e669b6b18ce2588a29efcfb74ae19 (diff)
This patch changes some of the dejagnu options to better restrict where the...
This patch changes some of the dejagnu options to better restrict where the test cases run so that they will no longer cause failures on power7 machines. Based on a subsequent patch I also updated the code formatting (indentation, etc.) for the code from the original patch (r235577) in both the test cases and in rs6000-c.c. [gcc] 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com> * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix code formatting in ALTIVEC_BUILTIN_VEC_ADDE section. [gcc/testsuite] 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com> * gcc.target/powerpc/vec-adde.c: Change dejagnu options, fix code formatting. * gcc.target/powerpc/vec-adde-int128.c: Change dejagnu options, fix code formatting. From-SVN: r236537
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f640bb74049..7d4241766c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
+ * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
+ code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
+
+2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
+
* config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
special case builtin.
* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add