5 matches across 1 files for error lang:Markdown path:compiler/rustc_codegen_gcc/doc/debugging-libgccjit.md
snippet_mode: auto · sorted by relevance
compiler/rustc_codegen_gcc/doc/debugging-libgccjit.md MARKDOWN 5 matches view file →
1# Debugging libgccjit
2
3Sometimes, libgccjit will crash and output an error like this:
4
5```
· · ·
6during RTL pass: expand
7libgccjit.so: error: in expmed_mode_index, at expmed.h:249
80x7f0da2e61a35 expmed_mode_index
9 ../../../gcc/gcc/expmed.h:249
· · ·
28```
29
30To see the code which causes this error, call the following function:
31
32```c
· · ·
38
39```
40libgccjit.so: /tmp/something.c:61322:0: error: in expmed_mode_index, at expmed.h:249
41```
42
· · ·
43Or add a breakpoint to `add_error` in gdb and print the line number using:
44
45```
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.