commit | 7e92827b731bf0c67b270a6350b7fd89ef358cc6 | [log] [tgz] |
---|---|---|
author | Antoni Boucher <bouanto@zoho.com> | Thu Feb 15 17:03:22 2024 -0500 |
committer | Antoni Boucher <bouanto@zoho.com> | Fri Feb 16 11:35:50 2024 -0500 |
tree | 776c1945a49daff0159340529e92549492730a7e | |
parent | 755c72478dc5ba8f6920c9ca27559f5d426a41f5 [diff] |
libgccjit: Add option to allow special characters in function names gcc/jit/ChangeLog: * docs/topics/contexts.rst: Add documentation for new option. * jit-recording.cc (recording::context::get_bool_option): New method. * jit-recording.h (get_bool_option): New method. * libgccjit.cc (gcc_jit_context_new_function): Allow special characters in function names. * libgccjit.h (enum gcc_jit_bool_option): New option. gcc/testsuite/ChangeLog: * jit.dg/test-special-chars.c: New test.