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

            Bug ID: 120853
           Summary: ICE: Segmentation fault at contains_struct_check()
           Product: gcc
           Version: 15.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bic60176 at gmail dot com
  Target Milestone: ---

Created attachment 61744
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61744&action=edit
testcase

Compiler Explorer: https://godbolt.org/z/5GEhnbG8n

Console:
during GIMPLE pass: isel
<source>: In function 'tst_notcomplex':
<source>:7:6: internal compiler error: Segmentation fault
    7 | void tst_notcomplex(int *pi, long *pl, long double *pld) {
      |      ^~~~~~~~~~~~~~
0x20bd0f5 diagnostic_context::diagnostic_impl(rich_location*,
diagnostic_metadata const*, diagnostic_option_id, char const*, __va_list_tag
(*) [1], diagnostic_t)
        ???:0
0x20ce646 internal_error(char const*, ...)
        ???: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