aboutsummaryrefslogtreecommitdiffstats
path: root/README_d/README.aix
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-31 22:00:26 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-10-31 22:00:26 +0200
commita4d313ca20a63d28b7a2020e6897f4e3e04dae6e (patch)
treec575630a4e577ba1009c6477f03e2207b7ddc4dc /README_d/README.aix
parent608c1d180a9e1d132287aacde015dfd0c8fa4953 (diff)
parent95aa1b0f60981430eb5cca81ead2d86d3c2793e1 (diff)
downloadegawk-a4d313ca20a63d28b7a2020e6897f4e3e04dae6e.tar.gz
egawk-a4d313ca20a63d28b7a2020e6897f4e3e04dae6e.tar.bz2
egawk-a4d313ca20a63d28b7a2020e6897f4e3e04dae6e.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'README_d/README.aix')
-rw-r--r--README_d/README.aix9
1 files changed, 9 insertions, 0 deletions
diff --git a/README_d/README.aix b/README_d/README.aix
new file mode 100644
index 00000000..eb686fe6
--- /dev/null
+++ b/README_d/README.aix
@@ -0,0 +1,9 @@
+Mon Oct 31 21:54:05 IST 2016
+============================
+
+To compile gawk 4.1.4 correctly with IBM's xlc compiler, you need to
+use the -qalias=noansi command line option. Otherwise the compiler
+makes incorrect optimizations and the resulting binary core dumps
+on many tests.
+
+Thanks to Tony Reix (tony.reix@atos.net) for the info.