https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118868

            Bug ID: 118868
           Summary: internal compiler error: 'verify_gimple' failed
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bic60176 at gmail dot com
  Target Milestone: ---

Compiler Explorer: https://godbolt.org/z/K3czPrGMv

console:
<source>: In function 'wrapped_malloc':
<source>:3:7: error: invalid types for 'paren_expr'
    3 | void *wrapped_malloc(size_t size) { return
__builtin_assoc_barrier(malloc(size)); }
      |       ^~~~~~~~~~~~~~
void *
void *
D.3454 = ((_1));
<source>:3:7: internal compiler error: 'verify_gimple' failed
0x25f2965 diagnostic_context::diagnostic_impl(rich_location*,
diagnostic_metadata const*, diagnostic_option_id, char const*, __va_list_tag
(*) [1], diagnostic_t)
        ???:0
0x2609a36 internal_error(char const*, ...)
        ???:0
0x1191b05 verify_gimple_in_seq(gimple*, bool)
        ???:0
0xdf018b gimplify_body(tree_node*, bool)
        ???:0
0xdf039c gimplify_function_tree(tree_node*)
        ???:0
0xc05297 cgraph_node::analyze()
        ???:0
0xc08611 symbol_table::finalize_compilation_unit()
        ???:0
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
Compiler returned: 1

Reply via email to