[Bug c++/37816] New: [c++0x] Invalid handling of scoped enums defined at class scope

2008-10-13 Thread piotr dot rak at gmail dot com
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: piotr dot rak at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37816

[Bug c++/37946] New: ICE with enum class

2008-10-28 Thread piotr dot rak at gmail dot com
org/> for instructions. -- Summary: ICE with enum class Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: piotr dot rak at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37946

[Bug c++/37946] ICE with enum class

2008-10-28 Thread piotr dot rak at gmail dot com
--- Comment #1 from piotr dot rak at gmail dot com 2008-10-28 23:35 --- Created an attachment (id=16578) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16578&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37946

[Bug c++/44967] New: [C++0x] decltype of method call dependand on pack expansion crashes

2010-07-16 Thread piotr dot rak at gmail dot com
expansion crashes Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: piotr dot rak at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44967

[Bug c++/44967] [C++0x] decltype of method call dependand on pack expansion crashes

2010-07-16 Thread piotr dot rak at gmail dot com
--- Comment #1 from piotr dot rak at gmail dot com 2010-07-16 23:49 --- Created an attachment (id=21229) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21229&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44967

[Bug libstdc++/44969] New: [C++0x] std::is_constructible broken for fundamental types.

2010-07-16 Thread piotr dot rak at gmail dot com
on in functional cast [-fpermissive] -- Summary: [C++0x] std::is_constructible broken for fundamental types. Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/44969] [C++0x] std::is_constructible broken for fundamental types.

2010-07-16 Thread piotr dot rak at gmail dot com
--- Comment #1 from piotr dot rak at gmail dot com 2010-07-17 00:03 --- Created an attachment (id=21233) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21233&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44969

[Bug libstdc++/45001] New: [C++0x, v3] std::scoped_allocator_adapter missing bits

2010-07-20 Thread piotr dot rak at gmail dot com
tatus: UNCONFIRMED Severity: enhancement Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: piotr dot rak at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45001

[Bug libstdc++/45001] [C++0x, v3] std::scoped_allocator_adapter missing bits

2010-07-20 Thread piotr dot rak at gmail dot com
--- Comment #1 from piotr dot rak at gmail dot com 2010-07-20 09:32 --- Created an attachment (id=21257) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21257&action=view) 20.9.3 std::pointer_traits v1 This one works, only positive testcases so far, but is not very usefu

[Bug libstdc++/45001] [C++0x] std::scoped_allocator_adapter missing bits

2010-07-20 Thread piotr dot rak at gmail dot com
--- Comment #3 from piotr dot rak at gmail dot com 2010-07-20 09:50 --- Created an attachment (id=21258) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21258&action=view) [20.9.4] std::allocator_traits Currently causes ICE, in construct<>, so not really usable.

[Bug libstdc++/45001] [C++0x] std::scoped_allocator_adapter missing bits

2010-07-20 Thread piotr dot rak at gmail dot com
--- Comment #4 from piotr dot rak at gmail dot com 2010-07-20 09:52 --- (In reply to comment #2) > Yes, thanks, but please send patches to the library mailing list, Bugzilla is > not the proper place. Also, do you have a Copyright Assignment on file? > Otherwise that is the fi

[Bug c++/45080] New: [C++0x] Rejects lambda to function pointer conversion inside function template

2010-07-26 Thread piotr dot rak at gmail dot com
Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: piotr dot rak at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45080

[Bug c++/45080] [C++0x] Rejects lambda to function pointer conversion inside function template

2010-07-26 Thread piotr dot rak at gmail dot com
--- Comment #1 from piotr dot rak at gmail dot com 2010-07-26 14:21 --- Created an attachment (id=21316) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21316&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45080

[Bug libstdc++/35922] New: std::unordered_map missing in debug mode

2008-04-13 Thread piotr dot rak at gmail dot com
c:4: error: expected `;' before 'int' Note: this happends too when using g++-4.4.0-alpha20080328 Works fine when inluded as -- Summary: std::unordered_map missing in debug mode Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severi

[Bug libstdc++/35922] std::unordered_map missing in debug mode

2008-04-13 Thread piotr dot rak at gmail dot com
--- Comment #1 from piotr dot rak at gmail dot com 2008-04-13 13:41 --- Created an attachment (id=15470) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15470&action=view) Simple testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35922

[Bug libstdc++/35922] std::unordered_map missing in debug mode

2008-04-13 Thread piotr dot rak at gmail dot com
--- Comment #2 from piotr dot rak at gmail dot com 2008-04-13 13:45 --- (In reply to comment #0) > Note: this happends too when using g++-4.4.0-alpha20080328 That should be g++-4.3.0-alpha20080118, sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35922