https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77704
Rustam Abdullaev changed:
What|Removed |Added
CC||rustamabd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112352
Rustam Abdullaev changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88580
Rustam Abdullaev changed:
What|Removed |Added
CC||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
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.
>
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
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)\
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58052
Rustam Abdullaev changed:
What|Removed |Added
CC||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&
10 matches
Mail list logo