[Bug c++/108347] New: Incorrect error: ambiguous template instantiation

2023-01-09 Thread CoachHagins at gmail dot com via Gcc-bugs
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

[Bug c++/92918] New: Does not do name lookup when using from base class

2019-12-11 Thread CoachHagins at gmail dot com
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

[Bug c++/69958] New: sizeof... computes wrong size

2016-02-25 Thread CoachHagins at gmail dot com
++ 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