aboutsummaryrefslogtreecommitdiff
path: root/gcc/brig/ChangeLog
diff options
context:
space:
mode:
authorPekka Jääskeläinen <pekka.jaaskelainen@parmance.com>2018-05-04 17:58:38 +0000
committerPekka Jääskeläinen <visit0r@gcc.gnu.org>2018-05-04 17:58:38 +0000
commit77c42d456e28d04b684a1774264a2d7be816676b (patch)
tree6c3f279e9989f59aa9fdbc6f925a10346b438171 /gcc/brig/ChangeLog
parent1c72513315c93a968acfdc5000b2f237480dbcba (diff)
downloadgcc-77c42d456e28d04b684a1774264a2d7be816676b.zip
gcc-77c42d456e28d04b684a1774264a2d7be816676b.tar.gz
gcc-77c42d456e28d04b684a1774264a2d7be816676b.tar.bz2
[BRIGFE] allow controlling strict aliasing from cmd line
From-SVN: r259948
Diffstat (limited to 'gcc/brig/ChangeLog')
-rw-r--r--gcc/brig/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/brig/ChangeLog b/gcc/brig/ChangeLog
index c68c8dd..40a7156 100644
--- a/gcc/brig/ChangeLog
+++ b/gcc/brig/ChangeLog
@@ -1,5 +1,10 @@
2018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
+ * brig/brig-lang.c: Allow controlling strict aliasing from
+ cmd line.
+
+2018-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
+
* brig/brigfrontend/brig-code-entry-handler.cc: The modulo in
ID computation should not be needed.