aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc/src
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-07-05 13:02:36 +0200
committerJohn Högberg <[email protected]>2019-07-05 14:19:38 +0200
commit8831684baddc575b1e8ea0aedfca72636fcc1332 (patch)
treecede8c21c8bf292e99c711082caed818cbaddee2 /lib/hipe/doc/src
parent6618ce7b6a621e92db72ea4f01f7d38553c8818c (diff)
downloadotp-8831684baddc575b1e8ea0aedfca72636fcc1332.tar.gz
otp-8831684baddc575b1e8ea0aedfca72636fcc1332.tar.bz2
otp-8831684baddc575b1e8ea0aedfca72636fcc1332.zip
hipe: Disable compilation on encountering try/catch
code_SUITE:upgrade would consistently fail in the HiPE case because two clauses were mixed up. Disabling it altogether may seem a bit harsh but we don't have the resources to fix it at the moment.
Diffstat (limited to 'lib/hipe/doc/src')
-rw-r--r--lib/hipe/doc/src/hipe_app.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/hipe/doc/src/hipe_app.xml b/lib/hipe/doc/src/hipe_app.xml
index 61d92fdffe..5ac445ac58 100644
--- a/lib/hipe/doc/src/hipe_app.xml
+++ b/lib/hipe/doc/src/hipe_app.xml
@@ -66,6 +66,10 @@
<item><p>The HiPE compiler will crash on modules containing binary
matching.</p>
</item>
+ <tag>try/catch</tag>
+ <item><p>The HiPE compiler will crash on modules containing 'try' or
+ 'catch'.</p>
+ </item>
<tag>Stack traces</tag>
<item><p>Stack traces returned from <seealso marker="erts:erlang#get_stacktrace/0">