usr/local/include/boost-1_36/ -ggdb -O0 -std=gnu++0x *.cpp
--
Summary: [c++0x] GCC 4.4 regression r141214 of gcc c++0x
stl_pair.c causes a boost 1.36 compilation to fail
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: indy2718 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37919
iority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: indy2718 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42014
--- Comment #2 from indy2718 at gmail dot com 2009-11-12 05:14 ---
(In reply to comment #1)
> >This affects any inflexible error parsing program.
>
> Considering flag_show_column controls the display of column info, it does not
> say always display it, only when aviabl
--- Comment #6 from indy2718 at gmail dot com 2010-04-09 21:48 ---
Created an attachment (id=20353)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20353&action=view)
ICE on lambda
try to compile, ICE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43641
--- Comment #7 from indy2718 at gmail dot com 2010-04-09 21:51 ---
Independently received the same ICE on AMD64, trunk revision 157958. test.cpp
attached.
--
indy2718 at gmail dot com changed:
What|Removed |Added
--- Comment #8 from indy2718 at gmail dot com 2010-04-11 17:31 ---
reduced the test.cpp case to:
struct B
{
public:
int _a;
};
void func()
{
[](const B & b) -> const int & { return b._a; };
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43641
ures
produce unused var warnings
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: indy2718 at gm
--- Comment #2 from indy2718 at gmail dot com 2010-01-20 21:15 ---
(In reply to comment #1)
>
> *** This bug has been marked as a duplicate of 41920 ***
>
Sorry,
Using bug search, I had searched for "lambda" and there is another list of bugs
for "