[Bug c++/54359] New: [C++0x][N3282] decltype in member function's trailing return type when defined outside of class

2012-08-23 Thread bruno-gcc at defraine dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54359 Bug #: 54359 Summary: [C++0x][N3282] decltype in member function's trailing return type when defined outside of class Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/55032] New: [4.7 Regression] Internal compiler error: in strip_typedefs, at cp/tree.c:1199

2012-10-23 Thread bruno-gcc at defraine dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55032 Bug #: 55032 Summary: [4.7 Regression] Internal compiler error: in strip_typedefs, at cp/tree.c:1199 Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/52739] New: [c++0x] Segfault because of nested lambda member capture inside member template

2012-03-27 Thread bruno-gcc at defraine dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52739 Bug #: 52739 Summary: [c++0x] Segfault because of nested lambda member capture inside member template Classification: Unclassified Product: gcc Version: 4.6.2 Status:

[Bug c++/51847] New: incorrect primitive array initialization in generic methods

2012-01-13 Thread bruno-gcc at defraine dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51847 Bug #: 51847 Summary: incorrect primitive array initialization in generic methods Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug c++/92023] New: Miscompilation when inlining operator delete[]

2019-10-08 Thread bruno-gcc at defraine dot net
++ Assignee: unassigned at gcc dot gnu.org Reporter: bruno-gcc at defraine dot net Target Milestone: --- Created attachment 47005 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47005&action=edit Test case Consider the example in attachment, where we use a toy al

[Bug c++/92023] Miscompilation when inlining operator delete[]

2019-10-08 Thread bruno-gcc at defraine dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92023 --- Comment #2 from Bruno De Fraine --- Thanks Richard, for explaining that gcc is optimizing the comparison between the address of a static object and a pointer to dynamic memory returned by operator new[]. I realized something was special about

[Bug c++/88086] New: gcc only allows valid expressions as unknown C++ attribute argument clause

2018-11-19 Thread bruno-gcc at defraine dot net
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bruno-gcc at defraine dot net Target Milestone: --- GCC raises an error when the argument of an (unknown) C++ attribute contains an undeclared identifier. Tested with -std=c

[Bug c++/88221] Only restricted set of balanced token sequences allowed for attributes

2018-11-29 Thread bruno-gcc at defraine dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88221 Bruno De Fraine changed: What|Removed |Added CC||bruno-gcc at defraine dot net