https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
Joseph S. Myers changed:
What|Removed |Added
Known to work||15.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
--- Comment #6 from GCC Commits ---
The master branch has been updated by Joseph Myers :
https://gcc.gnu.org/g:3320319ede5ce1cb34ba016f4a0d1e6588059980
commit r15-5321-g3320319ede5ce1cb34ba016f4a0d1e6588059980
Author: Joseph Myers
Date: Fri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
--- Comment #5 from Joseph S. Myers ---
Slightly simplified test (note that only one nested function is needed, and
none of the calls to it actually use the return value - but all three calls are
needed to get the ICE). The special options from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
uecker at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-checking
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
--- Comment #3 from uecker at gcc dot gnu.org ---
Adding debug_tree for lhs and fntype in verify_gimple right before the "invalid
conversion in gimple call" (should the debug_generic_stmt already give me this
information somehow?)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
uecker at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed||2024-10-19
Statu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117164
--- Comment #1 from Richard Biener ---
For the aggregate return the type of the LHS and the type of the declared
return type have to be compatible according to TYPE_CANONICAL.