Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32463
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32463&action=edit
testcase.cpp
template
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32464
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32464&action=edit
testcase.cpp
int main () {
int
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32476
--> http://gcc.gnu.org/bugzi
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32477
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32477&action=edit
testcase.cpp
s
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32493
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32493&action=edit
testcase.cpp
template<char> void f (
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32527
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32527&action=edit
testcase.cpp
int main () {
if (int a[3] =
: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32537
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32539
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32539&action=edit
testcase.cpp
#includ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60755
--- Comment #1 from Filip Roséen ---
Reduced testcase:
-
struct A {
void f () { }
void g () const {
[this] { f (); } ();
}
};
int main () {
A {}.g ();
}
-
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32550
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32550&action=edit
testcase.cpp
struct A {
static constexpr int const&a
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32656
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32656&acti
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32912
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32912&action=edit
testcase.cpp
enum { X };
struct A { static constexpr a
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32920
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32920&action=edit
testcase.cpp
struct A {
friend void f(int=0);
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32921
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32921&action=edit
testcase.cpp
template void f(int=3);
t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61471
--- Comment #1 from Filip Roséen ---
Created attachment 32922
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32922&action=edit
testcase-real.cpp
The previously attached `testcase.cpp` contains a code snippet for a related,
but different, b
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32923
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32923&action=edit
testcase.cpp
template void f(int);
templa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61472
--- Comment #2 from Filip Roséen ---
Sorry Jonathan, I completely forgot, I'll add the version to this (and those
other newly posted bug reports where it is missing).
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32929
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32929&action=edit
testcase.cpp
namespace N { void f (); }
struct A {
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
template struct Base { };
struct Derived : Base { };
template class TT, typename T>
void func (TT) { }
int m
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60177
--- Comment #1 from Filip Roséen ---
Created attachment 32133
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32133&action=edit
testcase.cpp
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32160
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32160&action=edit
testcase.cpp
struct Base { };
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32232
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32232&action=edit
testcase.cpp
void func ()
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 32233
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32233&action=edit
testcase.cpp
void fun
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Created attachment 33323
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33323&action=edit
testcase.cpp
template
struct alignas(Ts...) A { };
i
Keywords: rejects-valid
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: filip.roseen at gmail dot com
Target Milestone: ---
Created attachment 35687
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35
25 matches
Mail list logo