diff options
author | John Högberg <[email protected]> | 2019-07-05 13:02:36 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-05 14:19:38 +0200 |
commit | 8831684baddc575b1e8ea0aedfca72636fcc1332 (patch) | |
tree | cede8c21c8bf292e99c711082caed818cbaddee2 /lib/hipe/doc | |
parent | 6618ce7b6a621e92db72ea4f01f7d38553c8818c (diff) | |
download | otp-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')
-rw-r--r-- | lib/hipe/doc/src/hipe_app.xml | 4 |
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"> |