aboutsummaryrefslogtreecommitdiff
path: root/gcc/brig/ChangeLog
diff options
context:
space:
mode:
authorHenry Linjamäki <henry.linjamaki@parmance.com>2017-09-29 16:57:18 +0000
committerPekka Jääskeläinen <visit0r@gcc.gnu.org>2017-09-29 16:57:18 +0000
commite1e299f3356d1977e33d7c654a8f5f49d5a0446a (patch)
tree5f1923cf9ce043d86f6d84635ce257acc94044a9 /gcc/brig/ChangeLog
parente90c74f59870d39e36eb2f390ea0d9b2bea10693 (diff)
downloadgcc-e1e299f3356d1977e33d7c654a8f5f49d5a0446a.zip
gcc-e1e299f3356d1977e33d7c654a8f5f49d5a0446a.tar.gz
gcc-e1e299f3356d1977e33d7c654a8f5f49d5a0446a.tar.bz2
[BRIGFE] Fix crash with calls with more than 4 args.
Also fix a misexecution issue with kernels that have both unexpanded ID functions and calls to subfunctions. From-SVN: r253298
Diffstat (limited to 'gcc/brig/ChangeLog')
-rw-r--r--gcc/brig/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/brig/ChangeLog b/gcc/brig/ChangeLog
index fb2b09d..c66b16f 100644
--- a/gcc/brig/ChangeLog
+++ b/gcc/brig/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-29 Henry Linjamäki <henry.linjamaki@parmance.com>
+
+ * brigfrontend/brig-branch-inst-handler.cc: Fix crash with
+ calls with more than 4 args. Also fix a misexecution issue
+ with kernels that have both unexpanded ID functions and
+ calls to subfunctions.
+
2017-09-28 Henry Linjamäki <henry.linjamaki@parmance.com>
* brig-lang.c: Added function attributes and their handlers.