http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56464
Bug #: 56464
Summary: Crashes when using implicit this in a lambda capture
in member initilizer
Classification: Unclassified
Product: gcc
Version: 4.7.2
Sta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383
--- Comment #5 from Olivier Goffart 2013-03-02
15:12:54 UTC ---
The code in Bug 56464 is valid code:
struct bug { bug*a = [&](){return this;}(); };
(Just in case this may change the priority)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56565
Bug #: 56565
Summary: lambda function in NSMI fails to capture non-static
data member.
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47877
Summary: -fvisibility-inlines-hidden does not hide member
template functions
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50965
Bug #: 50965
Summary: C++11 Non static member initializer are not run when
class is initialized with {}
Classification: Unclassified
Product: gcc
Version: 4.7.0
Statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50965
--- Comment #1 from Olivier Goffart 2011-11-02
17:33:26 UTC ---
Created attachment 25691
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25691
Suggested patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51868
Bug #: 51868
Summary: Crash when generating the move constructor for a class
with a bit field
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCON
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ogoffart at kde dot org
Target Milestone: ---
Created attachment 37701
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37701&action=edit
testcase
The attach
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ogoffart at kde dot org
Target Milestone: ---
Created attachment 37702
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37702&action=edit
testcase
The attach
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ogoffart at kde dot org
Target Milestone: ---
This code crashes GCC 6.1 when optimisations are enabled
ty: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ogoffart at kde dot org
Target Milestone: ---
Regression in GCC 6:
The following code display a spurious warning about
the addess of CC::mbr never being NULL despite
Version: 4.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ogoffart at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43247
: default argument with '<' cause compilation error
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
Report
13 matches
Mail list logo