https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111809
Bug ID: 111809 Summary: GCC-14: internal error, internal compiler error: in release_function_body, at cgraph.cc:1805 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: 141242068 at smail dot nju.edu.cn Target Milestone: --- Reproducer: https://godbolt.org/z/MP7qnTKz6 when compile this with `gcc-14 -O0 -fgimple`, gcc crashes: ``` inline __GIMPLE (ssa) void bar (void) { int _3; __BB(2): return; } ```