[Bug c/121507] internal compiler error: in composite_type_cond, at c/c-typeck.cc:1028
uecker at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 12 17:47:55 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121507
uecker at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-checking
--- Comment #1 from uecker at gcc dot gnu.org ---
Simpler example.
int * xmalloc(...);
int * xmalloc(n)
int n;
{
return 0;
}
The issue is that we try to form a composite type of two incompatible types.
More information about the Gcc-bugs
mailing list