[Bug c++/43641] [C++0x] internal compiler error: tree check: expected call_expr, have target_expr in maybe_add_lambda_conv_op

2010-04-11 Thread indy2718 at gmail dot com
--- 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

[Bug c++/43641] [C++0x] internal compiler error: tree check: expected call_expr, have target_expr in maybe_add_lambda_conv_op

2010-04-09 Thread indy2718 at gmail dot com
--- 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=20353action=view) ICE on lambda try to compile, ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43641

[Bug c++/43641] [C++0x] internal compiler error: tree check: expected call_expr, have target_expr in maybe_add_lambda_conv_op

2010-04-09 Thread indy2718 at gmail dot com
--- 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

[Bug c++/42815] New: using variables only in C++0x lambda function closures produce unused var warnings

2010-01-20 Thread indy2718 at gmail dot com
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 gmail dot com http://gcc.gnu.org/bugzilla

[Bug c++/42815] using variables only in C++0x lambda function closures produce unused var warnings

2010-01-20 Thread indy2718 at gmail dot com
--- 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 lambdas. -- http://gcc.gnu.org

[Bug c++/42014] New: Inconsistant column number display for In file incuded from

2009-11-11 Thread indy2718 at gmail dot com
ReportedBy: indy2718 at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42014

[Bug other/42014] Inconsistant column number display for In file incuded from

2009-11-11 Thread indy2718 at gmail dot com
--- 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 aviable. Should

[Bug libstdc++/37919] New: [c++0x] GCC 4.4 regression r141214 of gcc c++0x stl_pair.c causes a boost 1.36 compilation to fail

2008-10-26 Thread indy2718 at gmail dot com
org ReportedBy: indy2718 at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37919