[Bug 296483] Re: [PR38089, fixed in 4.5] crash compiling a small test

2011-06-26 Thread Bug Watch Updater
** Changed in: gcc
   Status: Confirmed => Fix Released

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296483] Re: [PR38089, fixed in 4.5] crash compiling a small test

2011-06-12 Thread Bug Watch Updater
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 T 
MyNS::MyClass::test()' in different namespace
test.cpp:8: error:   from definition of 'template 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 
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  

PR c++/38089
* pt.c (register_specialization): Properly setup DECL_CONTEXT for
specializations in an invalid namespace.

gcc/testsuite/

2009-06-02  Simon Martin  

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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296483] Re: [PR38089, fixed in 4.5] crash compiling a small test

2010-09-10 Thread Matthias Klose
won't fix for 4.3 and 4.4


** Changed in: gcc-4.4 (Ubuntu)
   Importance: Undecided => Low

** Changed in: gcc-4.4 (Ubuntu)
   Status: New => Won't Fix

** Changed in: gcc-4.3 (Ubuntu)
   Status: Triaged => Won't Fix

-- 
[PR38089, fixed in 4.5] crash compiling a small test
https://bugs.launchpad.net/bugs/296483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296483] Re: [PR38089, fixed in 4.5] crash compiling a small test

2010-09-10 Thread Matthias Klose
fixed in 4.5


** Also affects: gcc-4.4 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gcc-4.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gcc-4.5 (Ubuntu)
   Importance: Undecided => Low

** Changed in: gcc-4.5 (Ubuntu)
   Status: New => Fix Released

-- 
[PR38089, fixed in 4.5] crash compiling a small test
https://bugs.launchpad.net/bugs/296483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296483] Re: [PR38089, fixed in 4.5] crash compiling a small test

2009-12-29 Thread Matthias Klose
** Summary changed:

- [PR38089] crash compiling a small test
+ [PR38089, fixed in 4.5] crash compiling a small test

-- 
[PR38089, fixed in 4.5] crash compiling a small test
https://bugs.launchpad.net/bugs/296483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs