[Bug c++/56303] New: [C++11] ICE in lambda with closure on member variable of a template class

2013-02-13 Thread crillion at tiscali dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56303 Bug #: 56303 Summary: [C++11] ICE in lambda with closure on member variable of a template class Classification: Unclassified Product: gcc Version: 4.7.2 Sta

[Bug c++/56303] [C++11] ICE in lambda with closure on member variable of a template class

2013-02-13 Thread crillion at tiscali dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56303 --- Comment #1 from crillion at tiscali dot it 2013-02-13 10:22:42 UTC --- Created attachment 29433 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29433 the source code which generates the error

[Bug c++/56304] New: [C++1] ICE in get_expr_operands, at tree-ssa-operands.c for template class, using lambda with closure on member variable, also called by the constructor

2013-02-13 Thread crillion at tiscali dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56304 Bug #: 56304 Summary: [C++1] ICE in get_expr_operands, at tree-ssa-operands.c for template class, using lambda with closure on member variable, also called by the

[Bug c++/56304] [C++1] ICE in get_expr_operands, at tree-ssa-operands.c for template class, using lambda with closure on member variable, also called by the constructor

2013-02-13 Thread crillion at tiscali dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56304 --- Comment #1 from crillion at tiscali dot it 2013-02-13 10:36:34 UTC --- Created attachment 29434 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29434 the source code which generates the error

[Bug c++/56304] [C++1] ICE in get_expr_operands, at tree-ssa-operands.c for template class, using lambda with closure on member variable, also called by the constructor

2013-02-13 Thread crillion at tiscali dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56304 --- Comment #4 from crillion at tiscali dot it 2013-02-13 10:41:20 UTC --- Created attachment 29435 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29435 the ii file generated by the compiler (compressed with 7zip because bugzi

[Bug c++/85348] New: ostringstream with #pragma pack(1) causes stack smashing error

2018-04-11 Thread crillion at tiscali dot it
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: crillion at tiscali dot it Target Milestone: --- Hi. Using g++ version 7.2.0 on Windows 10 Enterprise N, installed with the Mingw-w64 distribution, version x86_64-7.2.0-posix-seh-rt_v5

[Bug c++/85348] ostringstream with #pragma pack(1) causes stack smashing error

2018-04-11 Thread crillion at tiscali dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85348 crillion at tiscali dot it changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from

[Bug c++/99086] New: including and defaulting spaceship operator causes compiler segfault

2021-02-13 Thread crillion at tiscali dot it via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: crillion at tiscali dot it Target Milestone: --- Created attachment 50178 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50178&action=edit an archive containing .ii

[Bug c++/103067] New: Tautological compare warning not appearing if the self-comparison is on object members

2021-11-03 Thread crillion at tiscali dot it via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: crillion at tiscali dot it Target Milestone: --- Hi, I've found that on gcc 11.2 (tested on windows 10, with msys2), and compiling with : g++ -std=

[Bug c++/103067] Tautological compare warning not appearing if the self-comparison is on object members

2021-11-03 Thread crillion at tiscali dot it via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103067 --- Comment #1 from crillion at tiscali dot it --- in object_member the comparison operator signature is bool operator==(const object_member& rhs) const