[Bug c++/94550] New: False positive with -Wparentheses

2020-04-10 Thread icegood1980 at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: icegood1980 at gmail dot com Target Milestone: --- Compiler warns with -Werror=parentheses for valid boost code in mpl: template< typename Pred > failed (Pred:: assert_arg( void (*)(Pred), ty

[Bug c++/84364] [8 Regression] -Weffc++ warns on "return *this" in template after r253599

2020-02-23 Thread icegood1980 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84364 icegood1980 at gmail dot com changed: What|Removed |Added CC||icegood1980 at gmail dot

[Bug target/56309] conditional moves instead of compare and branch result in almost 2x slower code

2013-09-21 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56309 icegood1980 at gmail dot com changed: What|Removed |Added CC||icegood1980 at gmail dot

[Bug c++/55178] New: lambda cannot be found at linkage stage

2012-11-02 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55178 Bug #: 55178 Summary: lambda cannot be found at linkage stage Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-10-31 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 --- Comment #4 from icegood1980 at gmail dot com 2012-10-31 22:26:46 UTC --- (In reply to comment #1) > Gcc also doesn't crash if the lambda line is changed to > > [this]{this->bar();}(); > > Although the

[Bug c++/55156] New: internal compiler error in lambda function

2012-10-31 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55156 Bug #: 55156 Summary: internal compiler error in lambda function Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug c++/55148] wrong compilation of chars: overlapped memory areas

2012-10-31 Thread icegood1980 at gmail dot com
Resolution||INVALID --- Comment #4 from icegood1980 at gmail dot com 2012-10-31 12:43:32 UTC --- my fault

[Bug c++/55148] wrong compilation of chars: overlapped memory areas

2012-10-31 Thread icegood1980 at gmail dot com
from icegood1980 at gmail dot com 2012-10-31 12:40:16 UTC --- Clear! it's my fault.

[Bug c++/55148] New: wrong compilation of chars: overlapped memory areas

2012-10-31 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55148 Bug #: 55148 Summary: wrong compilation of chars: overlapped memory areas Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: major