[Bug libstdc++/77704] Data race on std::ctype

2024-05-02 Thread rustamabd at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77704 Rustam Abdullaev changed: What|Removed |Added CC||rustamabd at gmail dot com

[Bug ada/112352] Building gcc-12 ada fails with "error: cannot locate file system.ads"

2023-11-03 Thread rustamabd at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112352 Rustam Abdullaev changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/100765] New: attribute incorrectly applied during type alias deduction

2021-05-26 Thread rustamabd at gmail dot com via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rustamabd at gmail dot com Target Milestone: --- template using vec __attribute__((vector_size(8))) = T; template void test(vec x) {} int main() { test(vec{1,2}); } Compiles fine in

[Bug c++/88580] Parameter pack expansion fails (variadic constructor template inside a variadic class template)

2021-04-24 Thread rustamabd at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88580 Rustam Abdullaev changed: What|Removed |Added CC||rustamabd at gmail dot com

[Bug c++/96647] New: Can't resolve pointer to overloaded member with auto return type

2020-08-17 Thread rustamabd at gmail dot com
jects-valid Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rustamabd at gmail dot com Target Milestone: --- auto return type in combination with overloading and CRTP results in an overload set that cann

[Bug c++/85282] CWG 727 (full specialization in non-namespace scope)

2020-05-22 Thread rustamabd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282 --- Comment #5 from Rustam Abdullaev --- (In reply to Jonathan Wakely from comment #3) > https://wg21.link/cwg727 > > N.B. this is a C++17 feature that does not seem to have been approved as a > DR, but Clang supports it in all language modes. >

[Bug c++/85250] New: Builtin operator overload resolution fails to consider user-defined conversion template

2018-04-06 Thread rustamabd at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rustamabd at gmail dot com Target Milestone: --- Consider the following contrived example. --- #include

[Bug c++/83264] New: std::initializer_list with a single element selects the wrong overload

2017-12-03 Thread rustamabd at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rustamabd at gmail dot com Target Milestone: --- Consider the following: #include #include using namespace std; template struct A { A(int) { cout << "A(int)\

[Bug c++/58052] Copy initialization using conversion operator does not find correct candidates for initialization of final result

2017-09-16 Thread rustamabd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58052 Rustam Abdullaev changed: What|Removed |Added CC||rustamabd at gmail dot com

[Bug c++/76521] New: Explicit template instantiation suppresses defaulted inline move constructor

2016-08-14 Thread rustamabd at gmail dot com
: rejects-valid Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rustamabd at gmail dot com Target Milestone: --- Created attachment 39434 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39434&