https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121507
Bug ID: 121507
Summary: internal compiler error: in composite_type_cond, at
c/c-typeck.cc:1028
Product: gcc
Version: 15.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: xieym3 at zohomail dot com
Target Milestone: ---
$ cat file.c
#include <stdlib.h>
int * malloc(...);
int * malloc(n)
size_t n;
{
return( (int *)NULL );
}
Godbolt URL: https://godbolt.org/z/P9q9qh9xP
