[Bug c++/93415] New: Previous declaration of template without default arguments leads to incorrect overload resolution

2020-01-24 Thread Predelnik at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Predelnik at gmail dot com Target Milestone: --- #include template void f (int); template void f (int) { std::cout << "correct - int\n&qu

[Bug c++/88893] New: Forward declaring of enum class with visibility results in -Wattributes false positive.

2019-01-17 Thread Predelnik at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Predelnik at gmail dot com Target Milestone: --- The following program enum class azaza; enum class __attribute__ ((visibility ("default"))) azaza { };

[Bug libstdc++/83607] std::boyer_moore_searcher is slow searching through arrays of std::byte

2017-12-28 Thread Predelnik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83607 Sergey Semushin changed: What|Removed |Added CC||Predelnik at gmail dot com

[Bug sanitizer/86899] [8/9 regression] TSAN incorrect warning: control reaches end of non-void function

2019-03-04 Thread Predelnik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86899 Sergey Semushin changed: What|Removed |Added CC||Predelnik at gmail dot com

[Bug c++/81678] New: Variadic template parameters containing pointer to member function fail to be parsed unless name of the parameter is specified

2017-08-02 Thread Predelnik at gmail dot com
Version: 7.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Predelnik at gmail dot com Target Milestone: --- The following example is not compiling: template void

[Bug c++/79504] New: Mix of perfect forwarding and reference qualifier leads to recursive template instantiation.

2017-02-14 Thread Predelnik at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Predelnik at gmail dot com Target Milestone: --- The following example seems correct to me and is accepted by msvc/clang but gcc rejects it starting from

[Bug c++/66243] New: enum class value is allowed to be initialized by value from other enum class

2015-05-21 Thread Predelnik at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Predelnik at gmail dot com Target Milestone: --- >From my understanding enum class values could be initialized by integer constant expression (and thus by its own alre

[Bug c++/55776] -Wshadow generates an incorrect warning with enum classes

2016-01-15 Thread Predelnik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55776 Sergey Semushin changed: What|Removed |Added CC||Predelnik at gmail dot com