Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: CoachHagins at gmail dot com
Target Milestone: ---
Created attachment 54222
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54222&action=edit
C++ source - no include directives
The attached code is a sing
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: CoachHagins at gmail dot com
Target Milestone: ---
This bug exists on all versions of the compiler I tried, including the current
branch.
Here is a link to compiler explorer with the code example:
https://godbolt.org/z
++
Assignee: unassigned at gcc dot gnu.org
Reporter: CoachHagins at gmail dot com
Target Milestone: ---
When sizeof...() is used in a wrapped context, it computes the incorrect size.
This is evident when using std::index_sequence_for, but I think it's a language
problem and not a li