https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95675
Bug ID: 95675
Summary: internal compiler error: in build_over_call
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rafael at espindo dot la
Target Milestone: ---
Created attachment 48729
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48729&action=edit
testcase
With current master (06712fc68dc9843d9af7c7ac10047f49d305ad76), running
g++ -S test.ii -std=c++20
In the attached file causes
test.ii:511:41: internal compiler error: in build_over_call, at cp/call.c:8971
g++ 9 has no problems with it.