From e1e299f3356d1977e33d7c654a8f5f49d5a0446a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20Linjam=C3=A4ki?= Date: Fri, 29 Sep 2017 16:57:18 +0000 Subject: [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 --- gcc/brig/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/brig/ChangeLog') 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 + + * 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 * brig-lang.c: Added function attributes and their handlers. -- cgit v1.1