RESOLVED FIXED 52034
Enable PCRE computed gotos when compiling with RCVT 4.0 or greater in GNU mode
https://bugs.webkit.org/show_bug.cgi?id=52034
Summary Enable PCRE computed gotos when compiling with RCVT 4.0 or greater in GNU mode
Daniel Bates
Reported 2011-01-06 17:05:10 PST
Computed Goto (i.e. Labels as values) is supported in RVCT 4.0 or greater in GNU mode. So, we should enable them. For completeness, see 3.7.12 of the RealView Compilation Tools Compiler Reference Guide <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348c/ch03s07s12.html>
Attachments
Patch (2.24 KB, patch)
2011-01-06 17:11 PST, Daniel Bates
mrobinson: review+
Daniel Bates
Comment 1 2011-01-06 17:11:19 PST
Daniel Bates
Comment 2 2011-01-07 09:08:11 PST
Note You need to log in before you can comment on or make changes to this bug.