Launchpad has imported 10 comments from the remote bug at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38089.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2008-11-12T06:02:52+00:00 Matthias Klose wrote: seen with 4.1, and newer g++ test.cpp test.cpp:17: error: specialization of 'template<class T> T MyNS::MyClass::test()' in different namespace test.cpp:8: error: from definition of 'template<class T> T MyNS::MyClass::test()' test.cpp:18: confused by earlier errors, bailing out Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/2 ------------------------------------------------------------------------ On 2008-11-12T06:04:34+00:00 Matthias Klose wrote: Created attachment 16657 test case Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/3 ------------------------------------------------------------------------ On 2008-12-24T04:35:02+00:00 Pinskia wrote: Reduced testcase: class basic_string { basic_string(const int __s); }; namespace MyNS { class MyClass { template <typename T> T test() { } }; } template <> basic_string MyNS::MyClass::test(){ return 1;} Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/4 ------------------------------------------------------------------------ On 2009-03-31T21:02:27+00:00 Jsm28 wrote: Closing 4.2 branch. Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/5 ------------------------------------------------------------------------ On 2009-06-01T19:02:24+00:00 Simartin wrote: Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2009-06/msg00102.html Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/6 ------------------------------------------------------------------------ On 2009-06-02T05:37:30+00:00 Simartin wrote: Subject: Bug 38089 Author: simartin Date: Tue Jun 2 05:37:17 2009 New Revision: 148069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148069 Log: gcc/cp/ 2009-06-02 Simon Martin <[email protected]> PR c++/38089 * pt.c (register_specialization): Properly setup DECL_CONTEXT for specializations in an invalid namespace. gcc/testsuite/ 2009-06-02 Simon Martin <[email protected]> PR c++/38089 * g++.dg/template/spec36.C: New test. Added: trunk/gcc/testsuite/g++.dg/template/spec36.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/pt.c trunk/gcc/testsuite/ChangeLog Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/7 ------------------------------------------------------------------------ On 2009-06-02T23:48:34+00:00 Simartin wrote: Fixed in 4.5.0. Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/8 ------------------------------------------------------------------------ On 2009-08-04T12:29:34+00:00 Rguenth wrote: GCC 4.3.4 is being released, adjusting target milestone. Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/9 ------------------------------------------------------------------------ On 2010-05-22T18:12:47+00:00 Rguenth wrote: GCC 4.3.5 is being released, adjusting target milestone. Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/10 ------------------------------------------------------------------------ On 2011-06-09T16:14:14+00:00 Paolo-carlini wrote: Shall we close this as fixed in 4.5+? Reply at: https://bugs.launchpad.net/gcc/+bug/296483/comments/13 ** Changed in: gcc Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/296483 Title: [PR38089, fixed in 4.5] crash compiling a small test To manage notifications about this bug go to: https://bugs.launchpad.net/gcc/+bug/296483/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
